Update internal/metrix/meter.go

Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
pull/1690/head
Panagiotis Siatras 4 months ago
parent 756be7a722
commit fa97cfa295
No known key found for this signature in database

@ -154,7 +154,7 @@ func newProvisioner(subsystem string) *provisioner {
"provisioner",
"success",
),
signed: newCounterVec(subsystem, "signed_total", "Number of CSRs signed",
signed: newCounterVec(subsystem, "signed_total", "Number of certificates signed",
"provisioner",
"success",
),

Loading…
Cancel
Save