Browse Source

backport of commit 7b97b8abd2 (#13988)

This pull request was automerged via backport-assistant
pull/13989/head
hc-github-team-consul-core 2 years ago committed by GitHub
parent
commit
c15befc3f1
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