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

Delete definition of metric `consul.acl.blocked.node.deregistration`
This commit is contained in:
Freddy 2022-08-01 12:31:05 -06:00 committed by GitHub
commit 593add2ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

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