@@ -13,8 +13,38 @@ release.
13
13
14
14
### Metrics
15
15
16
+ ### Logs
17
+
18
+ ### Resource
19
+
20
+ ### Compatibility
21
+
22
+ ### OpenTelemetry Protocol
23
+
24
+ ### SDK Configuration
25
+
26
+ ### Telemetry Schemas
27
+
28
+ ### Common
29
+
30
+ ### Supplemenatary Guidelines
31
+
32
+ ## v1.21.0 (2023-05-09)
33
+
34
+ ### Context
35
+
36
+ - No changes.
37
+
38
+ ### Traces
39
+
40
+ - No changes.
41
+
42
+ ### Metrics
43
+
16
44
- Add experimental histogram advice API.
17
45
([ #3216 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3216 ) )
46
+ - Recommended non-prefixed units for metric instrument semantic conventions.
47
+ ([ #3312 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3312 ) )
18
48
- Recommended cardinality limits to protect metrics pipelines against
19
49
excessive data production from a single instrument.
20
50
([ #2960 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2960 ) )
@@ -30,6 +60,8 @@ release.
30
60
([ #3345 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3354 ) )
31
61
- Drop logger include_trace_context parameter.
32
62
([ #3397 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3397 ) )
63
+ - Clarify how ObservedTimestamp field is set if unspecified
64
+ ([ #3385 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3385 ) )
33
65
- Mark logs bridge API / SDK as stable.
34
66
([ #3376 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3376 ) )
35
67
- Mark LogRecord Environment Variables as stable.
@@ -46,13 +78,13 @@ release.
46
78
47
79
### Compatibility
48
80
49
- ### Supplemenatary Guidelines
50
-
51
- - Add guidance to use service-supported propagation formats as default for AWS SDK client calls.
52
- ([ #3212 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3212 ) )
81
+ - Mark OpenCensus compatibility spec as stable
82
+ ([ #3425 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3425 ) )
53
83
54
84
### OpenTelemetry Protocol
55
85
86
+ - No changes.
87
+
56
88
### SDK Configuration
57
89
58
90
- Lay initial groundwork for file configuration
@@ -65,11 +97,18 @@ release.
65
97
66
98
### Telemetry Schemas
67
99
100
+ - No changes.
101
+
68
102
### Common
69
103
70
104
- Add log entries to specification README.md contents.
71
105
([ #3435 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3435 ) )
72
106
107
+ ### Supplemenatary Guidelines
108
+
109
+ - Add guidance to use service-supported propagation formats as default for AWS SDK client calls.
110
+ ([ #3212 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3212 ) )
111
+
73
112
## v1.20.0 (2023-04-07)
74
113
75
114
### Context
@@ -88,8 +127,6 @@ release.
88
127
89
128
- Clarify that units should use UCUM case sensitive variant.
90
129
([ #3306 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3306 ) )
91
- - Recommended non-prefixed units for metric instrument semantic conventions.
92
- ([ #3312 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3312 ) )
93
130
- Remove No-Op instrument and Meter creation requirements.
94
131
([ #3322 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3322 ) )
95
132
- Fixed attributes requirement level in semantic conventions for hardware metrics
@@ -116,8 +153,6 @@ release.
116
153
117
154
### Semantic Conventions
118
155
119
- - Add k8s.cluster.uid semantic convention
120
- ([ #3267 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3267 ) )
121
156
- Clarify that attribute requirement levels apply to the instrumentation library
122
157
([ #3289 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3289 ) )
123
158
- Fix grammatical number of metric units.
0 commit comments