@@ -11,56 +11,66 @@ release.
11
11
12
12
### Traces
13
13
14
+ ### Metrics
15
+
16
+ ### Logs
17
+
18
+ ### Events
19
+
20
+ ### Baggage
21
+
22
+ ### Resource
23
+
24
+ ### OpenTelemetry Protocol
25
+
26
+ ### Compatibility
27
+
28
+ ### SDK Configuration
29
+
30
+ ### Common
31
+
32
+ ### Supplementary Guidelines
33
+
34
+ ## v1.38.0 (2024-10-10)
35
+
36
+ ### Traces
37
+
14
38
- Make all fields as identifying for Tracer. Previously attributes were omitted from being identifying.
15
39
([ #4161 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4161 ) )
16
40
- Clarify that ` Export ` MUST NOT be called by simple and batching processors concurrently.
17
41
([ #4205 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4205 ) )
18
42
19
43
### Metrics
20
44
45
+ - Make all fields as identifying for Meter. Previously attributes were omitted from being identifying.
46
+ ([ #4161 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4161 ) )
21
47
- Add support for filtering attribute keys for streams via an exclude list.
22
48
([ #4188 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4188 ) )
23
49
- Clarify that ` Enabled ` only applies to synchronous instruments.
24
50
([ #4211 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4211 ) )
25
- - Make all fields as identifying for Meter. Previously attributes were omitted from being identifying.
26
- ([ #4161 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4161 ) )
27
51
- Clarify that applying cardinality limits should be done after attribute filtering.
28
52
([ #4228 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4228 ) )
29
53
- Mark cardinality limits as stable.
30
54
([ #4222 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4222 ) )
31
55
32
56
### Logs
33
57
58
+ - Make all fields as identifying for Logger. Previously attributes were omitted from being identifying.
59
+ ([ #4161 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4161 ) )
34
60
- Define ` Enabled ` parameters for ` Logger ` .
35
61
([ #4203 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4203 ) )
36
62
([ #4221 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4221 ) )
37
- - Make all fields as identifying for Logger. Previously attributes were omitted from being identifying.
38
- ([ #4161 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4161 ) )
39
63
- Introduce initial placeholder for the new user-facing Logs API, adding references
40
64
to existing API's informing of the coming changes while the definition is defined.
41
65
([ #4236 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4236 ) )
42
66
43
- ### Events
44
-
45
- ### Baggage
46
-
47
- ### Resource
48
-
49
- ### OpenTelemetry Protocol
50
-
51
- ### Compatibility
52
-
53
- ### SDK Configuration
54
-
55
67
### Common
56
68
57
69
- Define equality for attributes and collection of attributes.
58
70
([ #4161 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4161 ) )
59
71
- Update Instrumentation Scope glossary entry with correct identifying fields
60
72
([ #4244 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4244 ) )
61
73
62
- ### Supplementary Guidelines
63
-
64
74
## v1.37.0 (2024-09-13)
65
75
66
76
### Traces
0 commit comments