4 lines
119 B
Python
4 lines
119 B
Python
"""Constants for metrics"""
|
|
|
|
BLOB_BYTES_UPLOADED = 'blob_bytes_uploaded'
|
|
BLOB_BYTES_AVAILABLE = 'blob_bytes_available'
|