File tree 2 files changed +1
-5
lines changed
opentelemetry-sdk/src/opentelemetry/sdk
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
15
15
([ #2781 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2781 ) )
16
16
- Fix tracing decorator with late configuration
17
17
([ #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 ) )
20
18
21
19
## [ 1.12.0rc2-0.32b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.12.0rc2 ) - 2022-07-04
22
20
Original file line number Diff line number Diff line change 436
436
Choose ``CUMULATIVE`` aggregation temporality for ``UpDownCounter`` and ``Asynchronous UpDownCounter``.
437
437
"""
438
438
439
- OTEL_EXPORTER_JAEGER_GRPC_INSECURE = (
440
- "OTEL_EXPORTER_JAEGER_GRPC_INSECURE"
441
- )
439
+ OTEL_EXPORTER_JAEGER_GRPC_INSECURE = "OTEL_EXPORTER_JAEGER_GRPC_INSECURE"
442
440
"""
443
441
.. envvar:: OTEL_EXPORTER_JAEGER_GRPC_INSECURE
444
442
You can’t perform that action at this time.
0 commit comments