Merge pull request #13499 from maxb/delete-unused-metric
Delete definition of metric `consul.acl.blocked.node.deregistration`
This commit is contained in:
commit
593add2ec0
|
@ -46,10 +46,6 @@ var StateCounters = []prometheus.CounterDefinition{
|
||||||
Name: []string{"acl", "blocked", "node", "registration"},
|
Name: []string{"acl", "blocked", "node", "registration"},
|
||||||
Help: "Increments whenever a registration fails for a node (blocked by an ACL)",
|
Help: "Increments whenever a registration fails for a node (blocked by an ACL)",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Name: []string{"acl", "blocked", "node", "deregistration"},
|
|
||||||
Help: "Increments whenever a deregistration fails for a node (blocked by an ACL)",
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const fullSyncReadMaxStale = 2 * time.Second
|
const fullSyncReadMaxStale = 2 * time.Second
|
||||||
|
|
Loading…
Reference in New Issue