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 19c81b7 commit 194df86Copy full SHA for 194df86
otlp_json.py
@@ -11,8 +11,8 @@
11
from opentelemetry.sdk.util.instrumentation import InstrumentationScope
12
from opentelemetry.trace.status import Status
13
14
- _LEAF_VALUE: TypeAlias = str | int | float | bool # TODO: confirm
15
- _VALUE: TypeAlias = _LEAF_VALUE | Sequence[_LEAF_VALUE]
+ _LEAF_VALUE: TypeAlias = "str | int | float | bool" # TODO: confirm
+ _VALUE: TypeAlias = "_LEAF_VALUE | Sequence[_LEAF_VALUE]"
16
17
18
CONTENT_TYPE = "application/json"
0 commit comments