File tree 1 file changed +29
-12
lines changed
1 file changed +29
-12
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,30 @@ 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.37.0 (2024-09-13)
35
+
36
+ ### Traces
37
+
14
38
- Minor clarification on BatchExportingProcessor behavior.
15
39
([ #4164 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4164 ) )
16
40
- Clarify ` SpanKind ` description, extend it to cover links, add examples of
@@ -29,27 +53,20 @@ release.
29
53
- Clarify that ` Export ` MUST NOT be called by simple and batching processors concurrently.
30
54
([ #4173 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4173 ) )
31
55
32
- ### Events
33
-
34
- ### Baggage
35
-
36
- ### Resource
37
-
38
- ### OpenTelemetry Protocol
39
-
40
- ### Compatibility
41
-
42
56
### SDK Configuration
43
57
58
+ - Define instrumentation configuration API.
59
+ ([ #4128 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4128 ) )
60
+ - Mark exemplar filter env variable config as stable.
61
+ ([ #4191 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4191 ) )
62
+
44
63
### Common
45
64
46
65
- Update instrumentation library guidance to avoid naming collisions between external and OTel instrumentations.
47
66
([ #4187 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4187 ) )
48
67
- Add natively instrumented to glossary.
49
68
([ #4186 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4186 ) )
50
69
51
- ### Supplementary Guidelines
52
-
53
70
## v1.36.0 (2024-08-12)
54
71
55
72
### Traces
You can’t perform that action at this time.
0 commit comments