@@ -11,30 +11,61 @@ release.
11
11
12
12
### Traces
13
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.18.0 (2023-02-09)
33
+
34
+ ### Context
35
+
36
+ - No changes.
37
+
38
+ ### Traces
39
+
14
40
- Clarify guidance regarding excessive logging when attributes are dropped
15
41
or truncated.
16
42
([ #3151 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3151 ) )
17
43
18
44
### Metrics
19
45
46
+ - No changes.
47
+
20
48
### Logs
21
49
22
50
- Define BatchLogRecordProcessor default configuration values.
23
51
([ #3002 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3002 ) )
24
-
25
52
- Clarify guidance regarding excessive logging when attributes are dropped
26
53
or truncated.
27
54
([ #3151 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3151 ) )
28
55
29
56
### Resource
30
57
58
+ - No changes.
59
+
31
60
### Semantic Conventions
32
61
62
+ - Add Cloud Spanner and Microsoft SQL Server Compact to db.system semantic conventions
63
+ ([ #3105 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3105 ) ).
33
64
- Enable semantic convention tooling for metrics in spec
34
65
([ #3119 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3119 ) )
35
66
- Rename google openshift platform attribute from ` google_cloud_openshift ` to ` gcp_openshift `
36
67
to match the existing ` cloud.provider ` prefix.
37
- [ #3095 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3095 )
68
+ ( [ #3095 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3095 ) )
38
69
- Changes http server span names from ` {http.route} ` to ` {http.method} {http.route} `
39
70
(when route is available), and from ` HTTP {http.method} ` to ` {http.method} ` (when
40
71
route is not available).
@@ -50,25 +81,35 @@ release.
50
81
51
82
### Compatibility
52
83
84
+ - Add condition with sum and count for Prometheus summaries
85
+ ([ 3059] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3059 ) ).
86
+ - Clarify prometheus unit conversions
87
+ ([ #3066 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3066 ) ).
53
88
- Define conversion mapping from OTel Exponential Histograms to Prometheus Native
54
89
Histograms.
55
- ([ #3078 ] ( https://github.com/open-telemetry/opentelemetry-specification/issues/3078 ) )
56
-
90
+ ([ #3079 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3079 ) )
57
91
- Fix Prometheus histogram metric suffixes. Bucket series end in ` _bucket `
58
92
([ #3018 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3018 ) ).
59
93
60
94
### OpenTelemetry Protocol
61
95
96
+ - No changes.
97
+
62
98
### SDK Configuration
63
99
100
+ - Add log-specific attribute limit configuration and clarify that general
101
+ attribute limit configuration also apply to log records
102
+ ([ #2861 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2861 ) ).
103
+
64
104
### Telemetry Schemas
65
105
106
+ - No changes.
107
+
66
108
### Common
67
109
68
- ## v1.17.0 (2023-01-17)
110
+ - No changes.
69
111
70
- - Add Cloud Spanner and Microsoft SQL Server Compact to db.system semantic conventions.
71
- [ #3105 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3105 )
112
+ ## v1.17.0 (2023-01-17)
72
113
73
114
### Context
74
115
@@ -141,8 +182,6 @@ release.
141
182
- Add OpenCensus migration guide and add BinaryPropagation as an option to gRPC
142
183
instrumentation for OpenCensus compatibility
143
184
([ #3015 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3015 ) ).
144
- - Add condition with sum and count for Prometheus summaries
145
- ([ 3059] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3059 ) )
146
185
147
186
### OpenTelemetry Protocol
148
187
@@ -237,9 +276,6 @@ release.
237
276
238
277
- Specify handling of invalid numeric environment variables
239
278
([ #2963 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2963 ) )
240
- - Add log-specific attribute limit configuration and clarify that general
241
- attribute limit configuration also apply to log records.
242
- ([ #2861 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2861 ) )
243
279
244
280
### Telemetry Schemas
245
281
0 commit comments