@@ -7,11 +7,34 @@ release.
7
7
8
8
## Unreleased
9
9
10
- - Remove spaces from example exporter User-Agent header to conform to RFC7231 & RFC7230.
11
- [ #3052 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3052 )
10
+ ### Context
11
+
12
+ ### Traces
13
+
14
+ ### Metrics
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.17.0 (2023-01-17)
12
33
13
34
### Context
14
35
36
+ - No changes.
37
+
15
38
### Traces
16
39
17
40
- Clarify that the BatchSpanProcessor should export batches when the queue reaches the batch size
@@ -34,12 +57,44 @@ release.
34
57
35
58
### Logs
36
59
60
+ - Clarify usage of log body for structured logs
61
+ ([ #3023 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3023 ) )
62
+
37
63
### Resource
38
64
65
+ - No changes.
66
+
39
67
### Semantic Conventions
40
68
69
+ - Clarify common HTTP attributes apply to both clients and servers
70
+ ([ #3044 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3044 ) )
41
71
- Add ` code.lineno ` source code attribute
42
72
([ #3029 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3029 ) )
73
+ - Add ClickHouse to db.system semantic conventions
74
+ ([ #3011 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3011 ) )
75
+ - Refactor messaging attributes and per-message attributes in batching scenarios.
76
+ ([ #2957 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2957 ) ).
77
+ BREAKING: rename ` messaging.consumer_id ` to ` messaging.consumer.id ` ,
78
+ ` messaging.destination ` to ` messaging.destination.name ` ,
79
+ ` messaging.temp_destination ` to ` messaging.destination.temporary ` ,
80
+ ` messaging.destination_kind ` to ` messaging.destination.kind ` ,
81
+ ` messaging.message_id ` to ` messaging.message.id ` ,
82
+ ` messaging.protocol ` to ` net.app.protocol.name ` ,
83
+ ` messaging.protocol_version ` , ` net.app.protocol.version ` ,
84
+ ` messaging.conversation_id ` to ` messaging.message.conversation_id ` ,
85
+ ` messaging.message_payload_size_bytes ` to ` messaging.message.payload_size_bytes ` ,
86
+ ` messaging.message_payload_compressed_size_bytes ` to ` messaging.message.payload_compressed_size_bytes ` ,
87
+ ` messaging.rabbitmq.routing_key ` : ` messaging.rabbitmq.destination.routing_key ` ,
88
+ ` messaging.kafka.message_key ` to ` messaging.kafka.message.key ` ,
89
+ ` messaging.kafka.consumer_group ` to ` messaging.kafka.consumer.group ` ,
90
+ ` messaging.kafka.partition ` to ` messaging.kafka.destination.partition ` ,
91
+ ` messaging.kafka.tombstone ` to ` messaging.kafka.message.tombstone ` ,
92
+ ` messaging.rocketmq.message_type ` to ` messaging.rocketmq.message.type ` ,
93
+ ` messaging.rocketmq.message_tag ` to ` messaging.rocketmq.message.tag ` ,
94
+ ` messaging.rocketmq.message_keys ` to ` messaging.rocketmq.message.keys ` ;
95
+ Removed ` messaging.url ` ;
96
+ Renamed ` send ` operation to ` publish ` ;
97
+ Split ` destination ` and ` source ` namespaces and clarify per-message attributes in batching scenarios.
43
98
44
99
### Compatibility
45
100
@@ -52,6 +107,8 @@ release.
52
107
53
108
- Add table for OTLP/HTTP response code and client retry recommendation
54
109
([ #3028 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3028 ) )
110
+ - Remove spaces from example exporter User-Agent header to conform to RFC7231 & RFC7230.
111
+ [ #3052 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3052 )
55
112
56
113
### SDK Configuration
57
114
@@ -61,8 +118,12 @@ release.
61
118
62
119
### Telemetry Schemas
63
120
121
+ - No changes.
122
+
64
123
### Common
65
124
125
+ - No changes.
126
+
66
127
## v1.16.0 (2022-12-08)
67
128
68
129
### Context
@@ -96,8 +157,6 @@ release.
96
157
([ #2969 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2969 ) )
97
158
- Make sure it is very clear we are not building a Logging API.
98
159
([ #2966 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2966 ) )
99
- - Clarify usage of log body for structured logs
100
- ([ #3023 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3023 ) )
101
160
102
161
### Resource
103
162
@@ -123,8 +182,6 @@ release.
123
182
([ #2982 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2982 ) )
124
183
- Update hardware metrics to use ` direction ` as per general semantic conventions
125
184
([ #2942 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2942 ) )
126
- - Add ClickHouse to db.system semantic conventions
127
- ([ #3011 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3011 ) )
128
185
129
186
### Compatibility
130
187
@@ -158,28 +215,6 @@ release.
158
215
159
216
- Rename ` http.retry_count ` to ` http.resend_count ` and clarify its meaning.
160
217
([ #2743 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2743 ) )
161
- - BREAKING: rename ` messaging.consumer_id ` to ` messaging.consumer.id ` ,
162
- ` messaging.destination ` to ` messaging.destination.name ` ,
163
- ` messaging.temp_destination ` to ` messaging.destination.temporary ` ,
164
- ` messaging.destination_kind ` to ` messaging.destination.kind ` ,
165
- ` messaging.message_id ` to ` messaging.message.id ` ,
166
- ` messaging.protocol ` to ` net.app.protocol.name ` ,
167
- ` messaging.protocol_version ` , ` net.app.protocol.version ` ,
168
- ` messaging.conversation_id ` to ` messaging.message.conversation_id ` ,
169
- ` messaging.message_payload_size_bytes ` to ` messaging.message.payload_size_bytes ` ,
170
- ` messaging.message_payload_compressed_size_bytes ` to ` messaging.message.payload_compressed_size_bytes ` ,
171
- ` messaging.rabbitmq.routing_key ` : ` messaging.rabbitmq.destination.routing_key ` ,
172
- ` messaging.kafka.message_key ` to ` messaging.kafka.message.key ` ,
173
- ` messaging.kafka.consumer_group ` to ` messaging.kafka.consumer.group ` ,
174
- ` messaging.kafka.partition ` to ` messaging.kafka.destination.partition ` ,
175
- ` messaging.kafka.tombstone ` to ` messaging.kafka.message.tombstone ` ,
176
- ` messaging.rocketmq.message_type ` to ` messaging.rocketmq.message.type ` ,
177
- ` messaging.rocketmq.message_tag ` to ` messaging.rocketmq.message.tag ` ,
178
- ` messaging.rocketmq.message_keys ` to ` messaging.rocketmq.message.keys ` ;
179
- Removed ` messaging.url ` ;
180
- Renamed ` send ` operation to ` publish ` ;
181
- Split ` destination ` and ` source ` namespaces and clarify per-message attributes in batching scenarios.
182
- ([ #2763 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2763 ) ).
183
218
184
219
### Metrics
185
220
0 commit comments