Fix typo in metrics
This commit is contained in:
parent
05580155c5
commit
a0adc1b0ec
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class MetricQueue(object):
|
||||||
'Registry blob chunk upload time',
|
'Registry blob chunk upload time',
|
||||||
labelnames=['storage_region'])
|
labelnames=['storage_region'])
|
||||||
|
|
||||||
self.authentication_count = prom.create_counter('authenication_count',
|
self.authentication_count = prom.create_counter('authentication_count',
|
||||||
'Authentication count',
|
'Authentication count',
|
||||||
labelnames=['kind', 'status'])
|
labelnames=['kind', 'status'])
|
||||||
|
|
||||||
|
|
Reference in a new issue