mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #92353 from farah/farah/fix-typo
Fix typo in metrics.go
This commit is contained in:
commit
7fb3f3e8ec
@ -123,7 +123,7 @@ func ExtractMetricSamples(metricsBlob string) ([]*model.Sample, error) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// PrintSample returns formated representation of metric Sample
|
// PrintSample returns formatted representation of metric Sample
|
||||||
func PrintSample(sample *model.Sample) string {
|
func PrintSample(sample *model.Sample) string {
|
||||||
buf := make([]string, 0)
|
buf := make([]string, 0)
|
||||||
// Id is a VERY special label. For 'normal' container it's useless, but it's necessary
|
// Id is a VERY special label. For 'normal' container it's useless, but it's necessary
|
||||||
|
Loading…
Reference in New Issue
Block a user