Skip to content

Commit cce7649

Browse files
committed
append CHANGELOG.md
1 parent 78d2181 commit cce7649

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
([#2781](https://github.com/open-telemetry/opentelemetry-python/pull/2781))
1212
- Fix tracing decorator with late configuration
1313
([#2754](https://github.com/open-telemetry/opentelemetry-python/pull/2754))
14+
- Fix --insecure of CLI argument
15+
([#2696](https://github.com/open-telemetry/opentelemetry-python/pull/2696))
1416

1517
## [1.12.0rc2-0.32b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.12.0rc2-0.32b0) - 2022-07-04
1618

opentelemetry-sdk/src/opentelemetry/sdk/environment_variables.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,9 @@
436436
Choose ``CUMULATIVE`` aggregation temporality for ``UpDownCounter`` and ``Asynchronous UpDownCounter``.
437437
"""
438438

439-
OTEL_EXPORTER_JAEGER_GRPC_INSECURE = "OTEL_EXPORTER_JAEGER_GRPC_INSECURE"
439+
OTEL_EXPORTER_JAEGER_GRPC_INSECURE = (
440+
"OTEL_EXPORTER_JAEGER_GRPC_INSECURE"
441+
)
440442
"""
441443
.. envvar:: OTEL_EXPORTER_JAEGER_GRPC_INSECURE
442444

0 commit comments

Comments
 (0)