We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c284db2 commit e22a488Copy full SHA for e22a488
packages/traceloop-sdk/traceloop/sdk/metrics/metrics.py
@@ -88,27 +88,6 @@ def metric_views() -> Sequence[View]:
88
return [
89
View(
90
instrument_name=Meters.LLM_TOKEN_USAGE,
91
- aggregation=ExplicitBucketHistogramAggregation(
92
- [
93
- 0.01,
94
- 0.02,
95
- 0.04,
96
- 0.08,
97
- 0.16,
98
- 0.32,
99
- 0.64,
100
- 1.28,
101
- 2.56,
102
- 5.12,
103
- 10.24,
104
- 20.48,
105
- 40.96,
106
- 81.92,
107
- ]
108
- ),
109
110
- View(
111
- instrument_name=Meters.LLM_OPERATION_DURATION,
112
aggregation=ExplicitBucketHistogramAggregation(
113
[
114
1,
0 commit comments