Thanks to visit codestin.com Credit goes to github.com
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 ea00608 commit 063681dCopy full SHA for 063681d
opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init__.py
@@ -33,7 +33,7 @@
33
from opentelemetry.sdk.trace.id_generator import IdGenerator
34
35
_EXPORTER_OTLP = "otlp"
36
-_EXPORTER_OTLP_SPAN = "otlp_proto_grpc_span"
+_EXPORTER_OTLP_SPAN = "otlp_proto_grpc"
37
38
_RANDOM_ID_GENERATOR = "random"
39
_DEFAULT_ID_GENERATOR = _RANDOM_ID_GENERATOR
0 commit comments