We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2e06f commit 6051e44Copy full SHA for 6051e44
1 file changed
opentelemetry-sdk/src/opentelemetry/sdk/metrics/_internal/exemplar/exemplar_reservoir.py
@@ -318,9 +318,7 @@ def _find_bucket_index(
318
return len(self._boundaries)
319
320
321
+# ExemplarReservoirBuilder: A callable that takes Aggregation parameters
322
+# (e.g. boundaries for _ExplicitBucketHistogramAggregation) and returns
323
+# an ExemplarReservoir instance.
324
ExemplarReservoirBuilder = Callable[[dict[str, Any]], ExemplarReservoir]
-ExemplarReservoirBuilder.__doc__ = """ExemplarReservoir builder.
-
-It may receive the Aggregation parameters it is bounded to; e.g.
325
-the _ExplicitBucketHistogramAggregation will provide the boundaries.
326
-"""
0 commit comments