forked from LBRYCommunity/lbry-sdk
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'
|