@@ -13,14 +13,43 @@ release.
13
13
14
14
### Metrics
15
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.25.0 (2023-09-13)
31
+
32
+ ### Context
33
+
34
+ - No changes.
35
+
36
+ ### Traces
37
+
38
+ - No changes.
39
+
40
+ ### Metrics
41
+
16
42
- Increase metric name maximum length from 63 to 255 characters.
17
43
([ #3648 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3648 ) )
18
44
- MetricReader.Collect ignores Resource from MetricProducer.Produce.
19
45
([ #3636 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3636 ) )
20
46
- Attribute sets not observed during async callbacks are not exported.
21
47
([ #3242 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3242 ) )
22
48
- Promote MetricProducer specification to feature-freeze.
23
- ([ #3600 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3600 ) )
49
+ ([ #3655 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3655 ) )
50
+ - Add synchronous gauge instrument, clarify temporality selection influence on
51
+ metric point persistence.
52
+ ([ #3540 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3540 ) )
24
53
- Clarify that advice is non-identifying.
25
54
([ #3661 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3661 ) )
26
55
- Define the default size of the ` SimpleFixedSizeExemplarReservoir ` to be ` 1 ` .
@@ -41,7 +70,9 @@ release.
41
70
42
71
### Resource
43
72
44
- ### Protocol
73
+ - No changes.
74
+
75
+ ### OpenTelemetry Protocol
45
76
46
77
- Fix and clarify definition of "transient error" in the OTLP exporter specification.
47
78
([ #3653 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3653 ) )
@@ -55,10 +86,16 @@ release.
55
86
56
87
### SDK Configuration
57
88
89
+ - No changes.
90
+
58
91
### Common
59
92
93
+ - No changes.
94
+
60
95
### Supplemenatary Guidelines
61
96
97
+ - No changes.
98
+
62
99
## v1.24.0 (2023-08-10)
63
100
64
101
### Context
@@ -85,9 +122,6 @@ release.
85
122
([ #3613 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3613 ) )
86
123
- Refine ` MetricProvider.ForceFlush ` and define ` ForceFlush ` for periodic exporting MetricReader.
87
124
([ #3563 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3563 ) )
88
- - Add synchronous gauge instrument, clarify temporality selection influence on
89
- metric point persistence.
90
- ([ #3540 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3540 ) )
91
125
92
126
### Logs
93
127
0 commit comments