Skip to content

Commit

Permalink
renamed webhook-related instruments
Browse files Browse the repository at this point in the history
  • Loading branch information
azazeal committed Jan 23, 2024
1 parent 49e1170 commit e33cbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/metrix/meter.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ func newProvisioner(subsystem string) *provisioner {
"provisioner",
"success",
),
authorized: newCounterVec(subsystem, "authorized_total", "Number of authorizing webhooks called",
authorized: newCounterVec(subsystem, "webhook_authorized_total", "Number of authorizing webhooks called",
"provisioner",
"success",
),
enriched: newCounterVec(subsystem, "enriched_total", "Number of enriching webhooks called",
enriched: newCounterVec(subsystem, "webhook_enriched_total", "Number of enriching webhooks called",
"provisioner",
"success",
),
Expand Down

0 comments on commit e33cbf8

Please sign in to comment.