Skip to content

Commit 6b50a03

Browse files
committed
typo fix
1 parent 22a1bd1 commit 6b50a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/aws_opentelemetry_configurator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def _customize_span_exporter(span_exporter: SpanExporter, resource: Resource) ->
407407

408408
_logger.warning(
409409
"Improper configuration see: please export/set "
410-
"OTEL_EXPORTER_OTLP_TRACES_PROTOCOL=http/protobuf ƒnd OTEL_TRACES_EXPORTER=otlp"
410+
"OTEL_EXPORTER_OTLP_TRACES_PROTOCOL=http/protobuf and OTEL_TRACES_EXPORTER=otlp"
411411
)
412412

413413
if not _is_application_signals_enabled():

0 commit comments

Comments
 (0)