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 6fdb6d4 commit 398c9baCopy full SHA for 398c9ba
opentelemetry-api/src/opentelemetry/util/types.py
@@ -18,7 +18,6 @@
18
# This is the implementation of the "Any" type as specified by the specifications of OpenTelemetry data model for logs.
19
# For more details, refer to the OTel specification:
20
# https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/data-model.md#type-any
21
-
22
AnyValue = Union[
23
str,
24
bool,
@@ -29,6 +28,7 @@
29
28
Mapping[str, "AnyValue"],
30
None,
31
]
+
32
AttributeValue = Union[
33
34
0 commit comments