diff --git a/client/client.go b/client/client.go index fe930220f..90f7dbdb0 100644 --- a/client/client.go +++ b/client/client.go @@ -2102,7 +2102,7 @@ func (c *Client) setGaugeForAllocationStats(nodeID string) { } } -// No lables are required so we emit with only a key/value syntax +// No labels are required so we emit with only a key/value syntax func (c *Client) setGaugeForUptime(hStats *stats.HostStats) { if !c.config.DisableTaggedMetrics { metrics.SetGaugeWithLabels([]string{"uptime"}, float32(hStats.Uptime), c.baseLabels)