Skip to content

Commit 84a5fa3

Browse files
Release 1.18.0 (#3174)
1 parent 542fd04 commit 84a5fa3

File tree

1 file changed

+48
-12
lines changed

1 file changed

+48
-12
lines changed

CHANGELOG.md

Lines changed: 48 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,61 @@ release.
1111

1212
### Traces
1313

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+
1440
- Clarify guidance regarding excessive logging when attributes are dropped
1541
or truncated.
1642
([#3151](https://github.com/open-telemetry/opentelemetry-specification/pull/3151))
1743

1844
### Metrics
1945

46+
- No changes.
47+
2048
### Logs
2149

2250
- Define BatchLogRecordProcessor default configuration values.
2351
([#3002](https://github.com/open-telemetry/opentelemetry-specification/pull/3002))
24-
2552
- Clarify guidance regarding excessive logging when attributes are dropped
2653
or truncated.
2754
([#3151](https://github.com/open-telemetry/opentelemetry-specification/pull/3151))
2855

2956
### Resource
3057

58+
- No changes.
59+
3160
### Semantic Conventions
3261

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)).
3364
- Enable semantic convention tooling for metrics in spec
3465
([#3119](https://github.com/open-telemetry/opentelemetry-specification/pull/3119))
3566
- Rename google openshift platform attribute from `google_cloud_openshift` to `gcp_openshift`
3667
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))
3869
- Changes http server span names from `{http.route}` to `{http.method} {http.route}`
3970
(when route is available), and from `HTTP {http.method}` to `{http.method}` (when
4071
route is not available).
@@ -50,25 +81,35 @@ release.
5081

5182
### Compatibility
5283

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)).
5388
- Define conversion mapping from OTel Exponential Histograms to Prometheus Native
5489
Histograms.
55-
([#3078](https://github.com/open-telemetry/opentelemetry-specification/issues/3078))
56-
90+
([#3079](https://github.com/open-telemetry/opentelemetry-specification/pull/3079))
5791
- Fix Prometheus histogram metric suffixes. Bucket series end in `_bucket`
5892
([#3018](https://github.com/open-telemetry/opentelemetry-specification/pull/3018)).
5993

6094
### OpenTelemetry Protocol
6195

96+
- No changes.
97+
6298
### SDK Configuration
6399

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+
64104
### Telemetry Schemas
65105

106+
- No changes.
107+
66108
### Common
67109

68-
## v1.17.0 (2023-01-17)
110+
- No changes.
69111

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)
72113

73114
### Context
74115

@@ -141,8 +182,6 @@ release.
141182
- Add OpenCensus migration guide and add BinaryPropagation as an option to gRPC
142183
instrumentation for OpenCensus compatibility
143184
([#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))
146185

147186
### OpenTelemetry Protocol
148187

@@ -237,9 +276,6 @@ release.
237276

238277
- Specify handling of invalid numeric environment variables
239278
([#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))
243279

244280
### Telemetry Schemas
245281

0 commit comments

Comments
 (0)