File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
opentelemetry-sdk/src/opentelemetry/sdk Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 436436Choose ``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
You can’t perform that action at this time.
0 commit comments