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 3d17403 commit dd5adcfCopy full SHA for dd5adcf
opentelemetry-api/src/opentelemetry/util/types.py
@@ -58,4 +58,4 @@
58
59
60
class MetricsInstrumentAdvisory(TypedDict):
61
- explicit_bucket_boundaries: Optional[AnyValue]
+ explicit_bucket_boundaries: Optional[Union[Sequence[int], Sequence[float]]]
0 commit comments