@@ -11,9 +11,37 @@ 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
+ ## v1.9.0 (2021-02-10)
31
+
32
+ ### Context
33
+
34
+ - No changes.
35
+
36
+ ### Traces
37
+
14
38
- Clarify ` StartSpan ` returning the parent as a non-recording Span when no SDK
15
39
is in use
16
40
([ #2121 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2121 ) )
41
+ - Align Jaeger remote sampler endpoint with OTLP endpoint.
42
+ ([ #2246 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2246 ) )
43
+ - Add JaegerRemoteSampler spec.
44
+ ([ #2222 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2222 ) )
17
45
- Add support for probability sampling in the OpenTelemetry ` tracestate ` entry and
18
46
add optional specification for consistent probability sampling.
19
47
([ #2047 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2047 ) )
@@ -25,14 +53,18 @@ release.
25
53
26
54
- Rename None aggregation to Drop.
27
55
([ #2101 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2101 ) )
28
- - Mark In-memory, OTLP and Stdout exporter specs as Feature-freeze.
29
- ([ #2131 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2131 ) )
30
56
- Add details to the Prometheus Exporter requirements.
31
57
([ #2124 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2124 ) )
58
+ - Consolidate the aggregation/aggregator term.
59
+ ([ #2153 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2153 ) )
32
60
- Remove the concept of supported temporality, keep preferred.
33
61
([ #2154 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2154 ) )
62
+ - Rename extra dimensions to extra attributes.
63
+ ([ #2162 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2162 ) )
34
64
- Mark In-memory, OTLP and Stdout exporter specs as Stable.
35
65
([ #2175 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2175 ) )
66
+ - Remove usage of baggage in View from initial SDK specification.
67
+ ([ #2215 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2215 ) )
36
68
- Add to the supplemental guidelines for metric SDK authors text about implementing
37
69
attribute-removal Views for asynchronous instruments.
38
70
([ #2208 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2208 ) )
@@ -62,12 +94,18 @@ release.
62
94
63
95
### Resource
64
96
97
+ - No changes.
98
+
65
99
### Semantic Conventions
66
100
101
+ - Align runtime metric and resource namespaces
102
+ ([ #2112 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2112 ) )
67
103
- Prohibit usage of retired names in semantic conventions.
68
104
([ #2191 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2191 ) )
69
105
- Add ` device.manufacturer ` to describe mobile device manufacturers.
70
106
([ 2100] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2100 ) )
107
+ - Change golang namespace to 'go', rather than 'gc'
108
+ ([ #2262 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2262 ) )
71
109
- Add JVM memory runtime semantic
72
110
conventions. ([ #2272 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2272 ) )
73
111
- Add opentracing.ref_type semantic convention.
@@ -77,17 +115,28 @@ release.
77
115
78
116
- Simplify Baggage handling in the OpenTracing Shim layer.
79
117
([ #2194 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2194 ) )
118
+ - State that ONLY error mapping can happen in the OpenTracing Shim layer.
119
+ ([ #2148 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2148 ) )
120
+ - Define the instrumentation library name for the OpenTracing Shim.
121
+ ([ #2227 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2227 ) )
122
+ - Add a Start Span section to the OpenTracing Shim.
123
+ ([ #2228 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2228 ) )
80
124
81
125
### OpenTelemetry Protocol
82
126
83
127
- Rename ` OTEL_EXPORTER_OTLP_SPAN_INSECURE ` to ` OTEL_EXPORTER_OTLP_TRACES_INSECURE ` and
84
128
` OTEL_EXPORTER_OTLP_METRIC_INSECURE ` to ` OTEL_EXPORTER_OTLP_METRICS_INSECURE `
85
129
so they match the naming of all other OTLP environment variables.
130
+ ([ #2240 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2240 ) )
86
131
87
132
### SDK Configuration
88
133
134
+ - No changes.
135
+
89
136
### Telemetry Schemas
90
137
138
+ - No changes.
139
+
91
140
## v1.8.0 (2021-11-12)
92
141
93
142
### Context
0 commit comments