Skip to content

Commit

Permalink
default value is invalid, was renamed (#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrex authored Oct 19, 2021
1 parent ea00608 commit 063681d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from opentelemetry.sdk.trace.id_generator import IdGenerator

_EXPORTER_OTLP = "otlp"
_EXPORTER_OTLP_SPAN = "otlp_proto_grpc_span"
_EXPORTER_OTLP_SPAN = "otlp_proto_grpc"

_RANDOM_ID_GENERATOR = "random"
_DEFAULT_ID_GENERATOR = _RANDOM_ID_GENERATOR
Expand Down

0 comments on commit 063681d

Please sign in to comment.