@@ -7,6 +7,28 @@ release.
77
88## Unreleased
99
10+ ### Context
11+
12+ ### Traces
13+
14+ ### Metrics
15+
16+ ### Logs
17+
18+ ### Resource
19+
20+ ### OpenTelemetry Protocol
21+
22+ ### Compatibility
23+
24+ ### SDK Configuration
25+
26+ ### Common
27+
28+ ### Supplementary Guidelines
29+
30+ ## v1.29.0 (2024-01-10)
31+
1032### Context & Baggage
1133
1234- Align definition of Baggage with W3C Specification.
@@ -19,6 +41,10 @@ release.
1941
2042### Metrics
2143
44+ - Define experimental MetricFilter as a mechanism to filter collected metrics by the MetricReader
45+ ([ #3566 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3566 ) )
46+ - Add optional configuration for Prometheus exporters to optionally remove unit and type suffixes.
47+ ([ #3777 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3777 ) )
2248- Add optional configuration for Prometheus exporters to optionally drop ` otel_scope_info ` metric.
2349 ([ #3796 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3796 ) )
2450
@@ -32,6 +58,9 @@ release.
3258
3359### SDK Configuration
3460
61+ - Define file configuration file format and env var substitution
62+ ([ #3744 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3744 ) )
63+
3564### Common
3665
3766- Clarify that attribute keys are case-sensitive.
@@ -54,14 +83,10 @@ release.
5483
5584### Metrics
5685
57- - Define experimental MetricFilter as a mechanism to filter collected metrics by the MetricReader
58- ([ #3566 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3566 ) )
5986- Add optional configuration for Prometheus exporters to promote resource attributes to metric attributes
6087 ([ #3761 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3761 ) )
6188- Clarifications and flexibility in Exemplar speicification.
6289 ([ #3760 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3760 ) )
63- - Add optional configuration for Prometheus exporters to optionally remove unit and type suffixes.
64- ([ #3777 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3777 ) )
6590
6691### Logs
6792
0 commit comments