Don't record size in chunk upload metrics
This commit is contained in:
parent
2a6632cff4
commit
8f59ac1251
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ class MetricQueue(object):
|
|||
|
||||
self.chunk_upload_time = prom.create_histogram('chunk_upload_time',
|
||||
'Registry blob chunk upload time',
|
||||
labelnames=['chunk_size', 'storage_region'])
|
||||
labelnames=['storage_region'])
|
||||
|
||||
self.authentication_count = prom.create_counter('authenication_count',
|
||||
'Authentication count',
|
||||
|
|
Reference in a new issue