We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de92f0f commit b19f1ffCopy full SHA for b19f1ff
1 file changed
modules/metrics.py
@@ -30,8 +30,6 @@ class Metrics(enum.Enum):
30
prometheus_client.Summary,
31
)
32
33
- def exponential_buckets(start, factor, count):
34
- return [start * (factor ** i) for i in range(count)]
35
DOWNLOAD_RATE = (
36
"download_rate",
37
"The rate of downloading videos in bytes per seconds",
0 commit comments