From cce764965f83e6ee1ab201309450eee8bc766652 Mon Sep 17 00:00:00 2001 From: XS Date: Fri, 15 Jul 2022 19:33:09 +0800 Subject: [PATCH] append CHANGELOG.md --- CHANGELOG.md | 2 ++ .../src/opentelemetry/sdk/environment_variables.py | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5026184349..cf666415b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ([#2781](https://github.com/open-telemetry/opentelemetry-python/pull/2781)) - Fix tracing decorator with late configuration ([#2754](https://github.com/open-telemetry/opentelemetry-python/pull/2754)) +- Fix --insecure of CLI argument + ([#2696](https://github.com/open-telemetry/opentelemetry-python/pull/2696)) ## [1.12.0rc2-0.32b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.12.0rc2-0.32b0) - 2022-07-04 diff --git a/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables.py b/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables.py index 7bffb25ad5..49cbb35125 100644 --- a/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables.py +++ b/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables.py @@ -436,7 +436,9 @@ Choose ``CUMULATIVE`` aggregation temporality for ``UpDownCounter`` and ``Asynchronous UpDownCounter``. """ -OTEL_EXPORTER_JAEGER_GRPC_INSECURE = "OTEL_EXPORTER_JAEGER_GRPC_INSECURE" +OTEL_EXPORTER_JAEGER_GRPC_INSECURE = ( + "OTEL_EXPORTER_JAEGER_GRPC_INSECURE" +) """ .. envvar:: OTEL_EXPORTER_JAEGER_GRPC_INSECURE