@@ -11,11 +11,37 @@ release.
11
11
12
12
### Traces
13
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.26.0 (2023-10-10)
31
+
32
+ ### Context
33
+
34
+ - No changes.
35
+
36
+ ### Traces
37
+
14
38
- ` ParentBased ` sampler is a decorator (not a composite).
15
39
([ #3706 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3706 ) )
16
40
17
41
### Metrics
18
42
43
+ - Consistently use "advisory parameters" instead of "advice parameters".
44
+ ([ #3693 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3693 ) )
19
45
- Stabilize ` ExplicitBucketBoundaries ` instrument advisory parameter.
20
46
([ #3694 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3694 ) )
21
47
@@ -26,19 +52,31 @@ release.
26
52
27
53
### Resource
28
54
55
+ - No changes.
56
+
29
57
### OpenTelemetry Protocol
30
58
59
+ - No changes.
60
+
31
61
### Compatibility
32
62
63
+ - Prometheus exporters omit empty resources and scopes without attributes.
64
+ ([ #3660 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3660 ) )
65
+
33
66
### SDK Configuration
34
67
68
+ - Fix description of OTEL_ATTRIBUTE_COUNT_LIMIT
69
+ ([ #3714 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3714 ) )
70
+
35
71
### Common
36
72
37
73
- Add upgrading and version management documentation
38
74
([ #3695 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3695 ) )
39
75
40
76
### Supplementary Guidelines
41
77
78
+ - No changes.
79
+
42
80
## v1.25.0 (2023-09-13)
43
81
44
82
### Context
@@ -95,8 +133,6 @@ release.
95
133
([ #3471 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3471 ) )
96
134
- Prometheus: Allow changing metric names by default when translating from Prometheus to OpenTelemetry.
97
135
([ #3679 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3679 ) )
98
- - Prometheus exporters omit empty resources and scopes without attributes.
99
- ([ #3660 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3660 ) )
100
136
101
137
### SDK Configuration
102
138
0 commit comments