@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ - Modify Prometheus exporter to translate non-monotonic Sums into Gauges
11+ ([ #3306 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3306 ) )
1012- Select histogram aggregation with an environment variable
1113 ([ #3265 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3265 ) )
1214- Move Protobuf encoding to its own package
@@ -41,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4143
4244## Version 1.16.0/0.37b0 (2023-02-17)
4345
44- - Change `` __all__ ` ` to be statically defined.
46+ - Change ` __all__ ` to be statically defined.
4547 ([ #3143 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3143 ) )
4648- Remove the ability to set a global metric prefix for Prometheus exporter
4749 ([ #3137 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3137 ) )
@@ -64,7 +66,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6466- Create a single resource instance
6567 ([ #3118 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3118 ) )
6668
67-
6869## Version 1.15.0/0.36b0 (2022-12-09)
6970
7071- PeriodicExportingMetricsReader with +Inf interval
@@ -82,7 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8283 ([ #3027 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3027 ) )
8384- Update logging to include logging api as per specification
8485 ([ #3038 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3038 ) )
85- - Fix: Avoid generator in metrics _ ViewInstrumentMatch.collect()
86+ - Fix: Avoid generator in metrics \ _ ViewInstrumentMatch.collect()
8687 ([ #3035 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3035 )
8788- [ exporter-otlp-proto-grpc] add user agent string
8889 ([ #3009 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3009 ) )
0 commit comments