Skip to content

Commit 59073d8

Browse files
authored
Release v1.13.0 (#2724)
1 parent 674d551 commit 59073d8

File tree

1 file changed

+64
-19
lines changed

1 file changed

+64
-19
lines changed

CHANGELOG.md

Lines changed: 64 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,56 @@ release.
1111

1212
### Traces
1313

14-
- Clarify the return of `Export(batch)` in the Batch Span Processor and exporter
15-
concurrency ([#2452](https://github.com/open-telemetry/opentelemetry-specification/pull/2452))
16-
- Clarify that Context should not be mutable when setting a span ([#2637](https://github.com/open-telemetry/opentelemetry-specification/pull/2637))
17-
- Clarify that `ForceFlush` is a required method on `SpanExporter` interface.
18-
([#2654](https://github.com/open-telemetry/opentelemetry-specification/pull/2654)).
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.13.0 (2022-09-19)
33+
34+
### Context
35+
36+
- No changes.
37+
38+
### Traces
39+
40+
- Clarify the return of `Export(batch)` in the Batch Span Processor and exporter concurrency
41+
([#2452](https://github.com/open-telemetry/opentelemetry-specification/pull/2452))
42+
- Clarify that Context should not be mutable when setting a span
43+
([#2637](https://github.com/open-telemetry/opentelemetry-specification/pull/2637))
44+
- Clarify that `ForceFlush` is a required method on `SpanExporter` interface
45+
([#2654](https://github.com/open-telemetry/opentelemetry-specification/pull/2654))
1946

2047
### Metrics
2148

2249
- Add experimental `OTEL_EXPORTER_OTLP_DEFAULT_HISTOGRAM_AGGREGATION` variable for
2350
configuring default histogram aggregation of OTLP metric exporter
24-
([#2619](https://github.com/open-telemetry/opentelemetry-specification/pull/2619)).
25-
- Clarify async instrument callback identity.
26-
([#2538](https://github.com/open-telemetry/opentelemetry-specification/pull/2538)).
51+
([#2619](https://github.com/open-telemetry/opentelemetry-specification/pull/2619))
52+
- Clarify async instrument callback identity
53+
([#2538](https://github.com/open-telemetry/opentelemetry-specification/pull/2538))
54+
- Prometheus export: Only monotonic sum are counters (with `_total`)
55+
([#2644](https://github.com/open-telemetry/opentelemetry-specification/pull/2644))
56+
- [OM/OTLP] Use `_created` for StartTimeUnixNano and vice-versa
57+
([#2645](https://github.com/open-telemetry/opentelemetry-specification/pull/2645))
58+
- Prometheus compatibility: use target_info metric instead of "target" info MF
59+
([#2701](https://github.com/open-telemetry/opentelemetry-specification/pull/2701))
60+
- Add optional Zero Threshold for Exponential Histograms to the metrics data model
61+
([#2665](https://github.com/open-telemetry/opentelemetry-specification/pull/2665))
62+
- Change the inclusivity of exponential histogram bounds
63+
([#2633](https://github.com/open-telemetry/opentelemetry-specification/pull/2633))
2764
- Add `process.threads` host metric semantic convention.
2865
([#2705](https://github.com/open-telemetry/opentelemetry-specification/pull/2705)).
2966

@@ -40,13 +77,13 @@ release.
4077

4178
### Resource
4279

43-
- Update the version of the W3C Baggage specification used for `OTEL_RESOURCE_ATTRIBUTES`.
80+
- Update the version of the W3C Baggage specification used for `OTEL_RESOURCE_ATTRIBUTES`
4481
([#2670](https://github.com/open-telemetry/opentelemetry-specification/pull/2670))
4582

4683
### Semantic Conventions
4784

4885
- Add `net.app.protocol.*` attributes
49-
([#2602](https://github.com/open-telemetry/opentelemetry-specification/pull/2602)).
86+
([#2602](https://github.com/open-telemetry/opentelemetry-specification/pull/2602))
5087
- Add network metrics to process semantic conventions
5188
([#2556](https://github.com/open-telemetry/opentelemetry-specification/pull/2556))
5289
- Adopt attribute requirement levels in semantic conventions
@@ -58,29 +95,37 @@ release.
5895
- Change `faas.document.time` and `faas.time` level from `required` to `recommended`
5996
([#2627](https://github.com/open-telemetry/opentelemetry-specification/pull/2627))
6097
- Add `rpc.grpc.status_code` to RPC metric semantic conventions
61-
([#2604](https://github.com/open-telemetry/opentelemetry-specification/pull/2604)).
98+
([#2604](https://github.com/open-telemetry/opentelemetry-specification/pull/2604))
6299
- Add `http.*.*.size` metric semantic conventions for tracking size of requests
63100
/ responses for http servers / clients
64-
([#2588](https://github.com/open-telemetry/opentelemetry-specification/pull/2588)).
101+
([#2588](https://github.com/open-telemetry/opentelemetry-specification/pull/2588))
65102
- BREAKING: rename `net.peer.ip` to `net.sock.peer.addr`, `net.host.ip` to `net.sock.host.addr`,
66103
`net.peer.name` to `net.sock.peer.name` for socket-level instrumentation.
67-
Define socket-level attributes and clarify logical peer and host attributes meaning.
104+
Define socket-level attributes and clarify logical peer and host attributes meaning
68105
([#2594](https://github.com/open-telemetry/opentelemetry-specification/pull/2594))
69106
- Add semantic conventions for JVM buffer pool usage
70-
([#2650](https://github.com/open-telemetry/opentelemetry-specification/pull/2650)).
107+
([#2650](https://github.com/open-telemetry/opentelemetry-specification/pull/2650))
71108
- Improve the definition of `state` attribute for metric `system.network.connections`
72109
([#2663](https://github.com/open-telemetry/opentelemetry-specification/pull/2663))
73110
- Add `process.parent_pid` attribute for use in reporting parent process id (PID)
74-
([#2691](https://github.com/open-telemetry/opentelemetry-specification/pull/2691)).
111+
([#2691](https://github.com/open-telemetry/opentelemetry-specification/pull/2691))
75112
- Add OpenSearch to db.system semantic conventions
76-
([#2718](https://github.com/open-telemetry/opentelemetry-specification/pull/2718)).
113+
([#2718](https://github.com/open-telemetry/opentelemetry-specification/pull/2718))
114+
- Clarify when "count" is used instead of pluralization
115+
([#2613](https://github.com/open-telemetry/opentelemetry-specification/pull/2613))
116+
- Add the convention 'type' to the YAML definitions for all existing semantic conventions
117+
([#2693](https://github.com/open-telemetry/opentelemetry-specification/pull/2693))
118+
- Remove alternative attribute sets from HTTP semantic conventions
119+
([#2469](https://github.com/open-telemetry/opentelemetry-specification/pull/2469))
77120

78121
### Compatibility
79122

123+
- No changes.
124+
80125
### OpenTelemetry Protocol
81126

82127
- Add support for partial success in an OTLP export response
83-
([#2696](https://github.com/open-telemetry/opentelemetry-specification/pull/2696)).
128+
([#2696](https://github.com/open-telemetry/opentelemetry-specification/pull/2696))
84129

85130
### SDK Configuration
86131

@@ -91,7 +136,7 @@ release.
91136
### Telemetry Schemas
92137

93138
- Introduce "split" metric schema transformation
94-
([#2653](https://github.com/open-telemetry/opentelemetry-specification/pull/2653)).
139+
([#2653](https://github.com/open-telemetry/opentelemetry-specification/pull/2653))
95140

96141
### Common
97142

@@ -157,7 +202,7 @@ release.
157202
([#2353](https://github.com/open-telemetry/opentelemetry-specification/pull/2353)).
158203
- Change JVM runtime metric `process.runtime.jvm.memory.max`
159204
to `process.runtime.jvm.memory.limit`
160-
([#2605](https://github.com/open-telemetry/opentelemetry-specification/pull/2605)).
205+
([#2605](https://github.com/open-telemetry/opentelemetry-specification/pull/2605)).
161206
- Add semantic conventions for hardware metrics
162207
([#2518](https://github.com/open-telemetry/opentelemetry-specification/pull/2518)).
163208

0 commit comments

Comments
 (0)