@@ -11,15 +11,39 @@ release.
11
11
12
12
### Traces
13
13
14
+ ### Metrics
15
+
16
+ ### Logs
17
+
18
+ ### Events
19
+
20
+ ### Resource
21
+
22
+ ### OpenTelemetry Protocol
23
+
24
+ ### Compatibility
25
+
26
+ ### SDK Configuration
27
+
28
+ ### Common
29
+
30
+ ### Supplementary Guidelines
31
+
32
+ ## v1.33.0 (2024-05-09)
33
+
34
+ ### Context
35
+
36
+ ### Traces
37
+
14
38
- Links with invalid SpanContext are recorded.
15
39
([ #3928 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3928 ) )
16
40
17
41
### Metrics
18
42
19
43
- Change the exemplar behavior to be on by default.
20
44
([ #3994 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3994 ) )
21
- - Add name suggestion for option to apply resource attributes as metric attributes in Prometheus exporter .
22
- ([ #3837 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3837 ) )
45
+ - Use normative language for exemplar default aggregations .
46
+ ([ #4009 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4009 ) )
23
47
- Mark Exemplars as stable.
24
48
([ #3870 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3870 ) )
25
49
- Mark synchronous gauge as stable.
@@ -28,7 +52,7 @@ release.
28
52
### Logs
29
53
30
54
- Allow implementations to export duplicate keys in a map as an opt-in option.
31
- ([ #3938 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3938 ) )
55
+ ([ #3987 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3987 ) )
32
56
33
57
### Events
34
58
@@ -38,6 +62,9 @@ release.
38
62
39
63
### Compatibility
40
64
65
+ - Add name suggestion for option to apply resource attributes as metric attributes in Prometheus exporter.
66
+ ([ #3837 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3837 ) )
67
+
41
68
### SDK Configuration
42
69
43
70
- Clarify syntax for environment variable substitution regular expression
0 commit comments