Skip to content

Commit fbdb845

Browse files
committed
Revert "append CHANGELOG.md"
This reverts commit cce7649.
1 parent c1bdeb7 commit fbdb845

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGELOG.md

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

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

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

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

439-
OTEL_EXPORTER_JAEGER_GRPC_INSECURE = (
440-
"OTEL_EXPORTER_JAEGER_GRPC_INSECURE"
441-
)
439+
OTEL_EXPORTER_JAEGER_GRPC_INSECURE = "OTEL_EXPORTER_JAEGER_GRPC_INSECURE"
442440
"""
443441
.. envvar:: OTEL_EXPORTER_JAEGER_GRPC_INSECURE
444442

0 commit comments

Comments
 (0)