mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
spelling: labels
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user