Merge pull request #2914 from coreos-inc/icherapau/QS-61/typo-prom-metrics

Fix typo in metrics
This commit is contained in:
IvanCherepov 2017-11-14 23:35:19 -05:00 committed by GitHub
commit 01bedf6150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'])