spelling: labels

This commit is contained in:
Josh Soref
2018-03-11 18:21:44 +00:00
parent bd2912978b
commit 65bb9c727e

View File

@@ -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)