lbry-sdk/lbrynet/analytics/constants.py

5 lines
119 B
Python
Raw Normal View History

2016-10-05 21:45:17 +02:00
"""Constants for metrics"""
2016-10-01 17:47:37 +02:00
BLOB_BYTES_UPLOADED = 'blob_bytes_uploaded'
2016-10-05 21:45:17 +02:00
BLOB_BYTES_AVAILABLE = 'blob_bytes_available'