Browse Source

Merge pull request #13499 from maxb/delete-unused-metric

Delete definition of metric `consul.acl.blocked.node.deregistration`
pull/13986/head
Freddy 2 years ago committed by GitHub
parent
commit
72b6d69652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      agent/local/state.go

4
agent/local/state.go

@ -46,10 +46,6 @@ var StateCounters = []prometheus.CounterDefinition{
Name: []string{"acl", "blocked", "node", "registration"},
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

Loading…
Cancel
Save