Skip to content

Commit 0a78571

Browse files
Release 1.38.0 (#4249)
October 2024 Release. Changes of special interest: * [Mark cardinality limits as Stable](#4222)
1 parent 233efaf commit 0a78571

File tree

1 file changed

+28
-18
lines changed

1 file changed

+28
-18
lines changed

CHANGELOG.md

+28-18
Original file line numberDiff line numberDiff line change
@@ -11,56 +11,66 @@ release.
1111

1212
### Traces
1313

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+
1438
- Make all fields as identifying for Tracer. Previously attributes were omitted from being identifying.
1539
([#4161](https://github.com/open-telemetry/opentelemetry-specification/pull/4161))
1640
- Clarify that `Export` MUST NOT be called by simple and batching processors concurrently.
1741
([#4205](https://github.com/open-telemetry/opentelemetry-specification/pull/4205))
1842

1943
### Metrics
2044

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))
2147
- Add support for filtering attribute keys for streams via an exclude list.
2248
([#4188](https://github.com/open-telemetry/opentelemetry-specification/pull/4188))
2349
- Clarify that `Enabled` only applies to synchronous instruments.
2450
([#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))
2751
- Clarify that applying cardinality limits should be done after attribute filtering.
2852
([#4228](https://github.com/open-telemetry/opentelemetry-specification/pull/4228))
2953
- Mark cardinality limits as stable.
3054
([#4222](https://github.com/open-telemetry/opentelemetry-specification/pull/4222))
3155

3256
### Logs
3357

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))
3460
- Define `Enabled` parameters for `Logger`.
3561
([#4203](https://github.com/open-telemetry/opentelemetry-specification/pull/4203))
3662
([#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))
3963
- Introduce initial placeholder for the new user-facing Logs API, adding references
4064
to existing API's informing of the coming changes while the definition is defined.
4165
([#4236](https://github.com/open-telemetry/opentelemetry-specification/pull/4236))
4266

43-
### Events
44-
45-
### Baggage
46-
47-
### Resource
48-
49-
### OpenTelemetry Protocol
50-
51-
### Compatibility
52-
53-
### SDK Configuration
54-
5567
### Common
5668

5769
- Define equality for attributes and collection of attributes.
5870
([#4161](https://github.com/open-telemetry/opentelemetry-specification/pull/4161))
5971
- Update Instrumentation Scope glossary entry with correct identifying fields
6072
([#4244](https://github.com/open-telemetry/opentelemetry-specification/pull/4244))
6173

62-
### Supplementary Guidelines
63-
6474
## v1.37.0 (2024-09-13)
6575

6676
### Traces

0 commit comments

Comments
 (0)