@@ -11,19 +11,56 @@ release.
11
11
12
12
### Traces
13
13
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 ) )
19
46
20
47
### Metrics
21
48
22
49
- Add experimental ` OTEL_EXPORTER_OTLP_DEFAULT_HISTOGRAM_AGGREGATION ` variable for
23
50
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 ) )
27
64
- Add ` process.threads ` host metric semantic convention.
28
65
([ #2705 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2705 ) ).
29
66
@@ -40,13 +77,13 @@ release.
40
77
41
78
### Resource
42
79
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 `
44
81
([ #2670 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2670 ) )
45
82
46
83
### Semantic Conventions
47
84
48
85
- 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 ) )
50
87
- Add network metrics to process semantic conventions
51
88
([ #2556 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2556 ) )
52
89
- Adopt attribute requirement levels in semantic conventions
@@ -58,29 +95,37 @@ release.
58
95
- Change ` faas.document.time ` and ` faas.time ` level from ` required ` to ` recommended `
59
96
([ #2627 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2627 ) )
60
97
- 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 ) )
62
99
- Add ` http.*.*.size ` metric semantic conventions for tracking size of requests
63
100
/ 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 ) )
65
102
- BREAKING: rename ` net.peer.ip ` to ` net.sock.peer.addr ` , ` net.host.ip ` to ` net.sock.host.addr ` ,
66
103
` 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
68
105
([ #2594 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2594 ) )
69
106
- 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 ) )
71
108
- Improve the definition of ` state ` attribute for metric ` system.network.connections `
72
109
([ #2663 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2663 ) )
73
110
- 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 ) )
75
112
- 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 ) )
77
120
78
121
### Compatibility
79
122
123
+ - No changes.
124
+
80
125
### OpenTelemetry Protocol
81
126
82
127
- 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 ) )
84
129
85
130
### SDK Configuration
86
131
@@ -91,7 +136,7 @@ release.
91
136
### Telemetry Schemas
92
137
93
138
- 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 ) )
95
140
96
141
### Common
97
142
@@ -157,7 +202,7 @@ release.
157
202
([ #2353 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2353 ) ).
158
203
- Change JVM runtime metric ` process.runtime.jvm.memory.max `
159
204
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 ) ).
161
206
- Add semantic conventions for hardware metrics
162
207
([ #2518 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2518 ) ).
163
208
0 commit comments