We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79030d commit 89c8391Copy full SHA for 89c8391
opentelemetry-api/tests/metrics/test_meter.py
@@ -47,6 +47,7 @@ def create_histogram(
47
name,
48
unit="",
49
description="",
50
+ *,
51
explicit_bucket_boundaries_advisory=None,
52
):
53
super().create_histogram(
0 commit comments