Skip to content

Commit

Permalink
append CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycody committed Jul 15, 2022
1 parent 78d2181 commit cce7649
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cce7649

Please sign in to comment.