@@ -13,9 +13,39 @@ release.
13
13
14
14
### Metrics
15
15
16
+ ### Logs
17
+
18
+ ### Resource
19
+
20
+ ### Semantic Conventions
21
+
22
+ ### Compatibility
23
+
24
+ ### OpenTelemetry Protocol
25
+
26
+ ### SDK Configuration
27
+
28
+ ### Telemetry Schemas
29
+
30
+ ### Common
31
+
32
+ ## v1.14.0 (2022-10-04)
33
+
34
+ ### Context
35
+
36
+ - No changes.
37
+
38
+ ### Traces
39
+
40
+ - No changes.
41
+
42
+ ### Metrics
43
+
16
44
- Changed the default buckets for Explicit Bucket Histogram to better match the
17
45
official Prometheus clients.
18
46
([ #2770 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2770 ) ).
47
+ - Fix OpenMetrics valid label keys, and specify prometheus conversion for metric name.
48
+ ([ #2788 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2788 ) )
19
49
20
50
### Logs
21
51
@@ -42,24 +72,34 @@ release.
42
72
43
73
### Compatibility
44
74
75
+ - No changes.
76
+
45
77
### OpenTelemetry Protocol
46
78
47
79
- Add user agent to OTLP exporter specification
48
80
([ #2684 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2684 ) )
81
+ - Prohibit usage of enum value name strings in OTLP/JSON
82
+ ([ #2758 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2758 ) )
49
83
- Clarify that unknown fields must be ignored when receiving OTLP/JSON
50
84
([ #2816 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2816 ) )
51
85
- Add OTLP exporter user agent to the spec compliance matrix
52
86
([ #2842 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2842 ) ).
53
87
54
88
### SDK Configuration
55
89
90
+ - Add the OTEL_SDK_DISABLED environment variable to the SDK configuration.
91
+ ([ 2679] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2679 ) )
56
92
- Add the definition of a Boolean environment variable
57
93
([ #2755 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2755 ) ).
58
94
59
95
### Telemetry Schemas
60
96
97
+ - No changes.
98
+
61
99
### Common
62
100
101
+ - No changes.
102
+
63
103
## v1.13.0 (2022-09-19)
64
104
65
105
### Context
@@ -160,9 +200,6 @@ release.
160
200
161
201
### SDK Configuration
162
202
163
- - Add the OTEL_SDK_DISABLED environment variable to the SDK configuration.
164
- ([ 2679] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2679 ) )
165
-
166
203
- Mark ` OTEL_METRIC_EXPORT_INTERVAL ` , ` OTEL_METRIC_EXPORT_TIMEOUT `
167
204
environment variables as Stable
168
205
([ #2658 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2658 ) )
0 commit comments