mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-27 07:23:24 +00:00
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'
|