File tree 2 files changed +5
-1
lines changed
opentelemetry-sdk/src/opentelemetry/sdk
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
([ #2781 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2781 ) )
12
12
- Fix tracing decorator with late configuration
13
13
([ #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 ) )
14
16
15
17
## [ 1.12.0rc2-0.32b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.12.0rc2-0.32b0 ) - 2022-07-04
16
18
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 = "OTEL_EXPORTER_JAEGER_GRPC_INSECURE"
439
+ OTEL_EXPORTER_JAEGER_GRPC_INSECURE = (
440
+ "OTEL_EXPORTER_JAEGER_GRPC_INSECURE"
441
+ )
440
442
"""
441
443
.. envvar:: OTEL_EXPORTER_JAEGER_GRPC_INSECURE
442
444
You can’t perform that action at this time.
0 commit comments