Fix typo in metrics

This commit is contained in:
Ivan Cherapau 2017-11-14 23:16:25 -05:00
parent 05580155c5
commit a0adc1b0ec

View file

@ -91,7 +91,7 @@ class MetricQueue(object):
'Registry blob chunk upload time',
labelnames=['storage_region'])
self.authentication_count = prom.create_counter('authenication_count',
self.authentication_count = prom.create_counter('authentication_count',
'Authentication count',
labelnames=['kind', 'status'])