@@ -13,6 +13,36 @@ 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.19.0 (2023-03-06)
33
+
34
+ ### Context
35
+
36
+ - No changes.
37
+
38
+ ### Traces
39
+
40
+ - No changes.
41
+
42
+ ### Metrics
43
+
44
+ - Add unit to View's Instrument selection criteria.
45
+ ([ #3184 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3184 ) )
16
46
- Add metric requirement levels "Required", "Recommended", and "Opt-In".
17
47
([ #3237 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3237 ) )
18
48
@@ -38,30 +68,52 @@ release.
38
68
([ #3209 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3209 ) )
39
69
- BREAKING: Change faas.max_memory units to Bytes instead of MB
40
70
([ #3209 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3209 ) )
71
+ - BREAKING: Expand scope of faas.id to cloud.resource_id
72
+ ([ #3188 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3188 ) )
41
73
- Add Connect RPC specific conventions
42
74
([ #3116 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3116 ) )
43
75
- Rename JVM metric attribute value from ` nonheap ` to ` non_heap `
44
76
([ #3250 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3250 ) )
45
77
- Mark the attribute naming guidelines in the specification as stable.
46
78
([ #3220 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3220 ) )
79
+ - Mark telemetry schema readme stable.
80
+ ([ #3221 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3221 ) )
47
81
- Remove mention of ` net.transport ` from HTTP semantic conventions
48
82
([ #3244 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3244 ) )
49
83
- Clarifies that if an HTTP client request is explicitly made to an IP address,
50
84
e.g. ` http://x.x.x.x:8080 ` , then ` net.peer.name ` SHOULD be the IP address ` x.x.x.x `
51
85
([ #3276 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3276 ) )
52
86
- Mark ` net.sock.host.port ` as conditionally required.
53
87
([ #3246 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3246 ) )
88
+ - Rename Optional attribute requirement level to Opt-In.
89
+ ([ #3228 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3228 ) )
90
+ - Rename ` http.user_agent ` to ` user_agent.original ` .
91
+ ([ #3190 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3190 ) )
92
+ - Expand the declaration of ` pool.name ` .
93
+ ([ #3050 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3050 ) )
54
94
55
95
### Compatibility
56
96
97
+ - Update Zipkin remoteEndpoint preferences.
98
+ ([ #3087 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3087 ) )
99
+
57
100
### OpenTelemetry Protocol
58
101
102
+ - Declare OTLP/JSON Stable.
103
+ ([ #2930 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2930 ) )
104
+
59
105
### SDK Configuration
60
106
107
+ - No changes.
108
+
61
109
### Telemetry Schemas
62
110
111
+ - No changes.
112
+
63
113
### Common
64
114
115
+ - No changes.
116
+
65
117
## v1.18.0 (2023-02-09)
66
118
67
119
### Context
@@ -76,8 +128,7 @@ release.
76
128
77
129
### Metrics
78
130
79
- - Add unit to View's Instrument selection criteria.
80
- ([ #3184 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3184 ) )
131
+ - No changes.
81
132
82
133
### Logs
83
134
@@ -112,8 +163,6 @@ release.
112
163
[ #3158 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3158 )
113
164
- ` http.route ` SHOULD contain the "application root" if there is one.
114
165
([ #3164 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3164 ) )
115
- - Rename ` http.user_agent ` to ` user_agent.original ` .
116
- ([ #3190 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3190 ) )
117
166
118
167
### Compatibility
119
168
@@ -162,8 +211,6 @@ release.
162
211
163
212
- Rename built-in ExemplarFilters to AlwaysOn, AlwaysOff and TraceBased.
164
213
([ #2919 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2919 ) )
165
- - Expand the declaration of ` pool.name ` .
166
- ([ #3050 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3050 ) )
167
214
- Add ` MaxScale ` config option to Exponential Bucket Histogram Aggregation.
168
215
([ #3017 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3017 ) )
169
216
- Rename exponential bucket histogram aggregation to base 2 exponential histogram
0 commit comments