Skip to content

Commit 9ffad66

Browse files
Release v1.9.0 (#2329)
1 parent f5f6a7c commit 9ffad66

File tree

2 files changed

+66
-2
lines changed

2 files changed

+66
-2
lines changed

CHANGELOG.md

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,37 @@ 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+
## v1.9.0 (2021-02-10)
31+
32+
### Context
33+
34+
- No changes.
35+
36+
### Traces
37+
1438
- Clarify `StartSpan` returning the parent as a non-recording Span when no SDK
1539
is in use
1640
([#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))
1745
- Add support for probability sampling in the OpenTelemetry `tracestate` entry and
1846
add optional specification for consistent probability sampling.
1947
([#2047](https://github.com/open-telemetry/opentelemetry-specification/pull/2047))
@@ -25,14 +53,18 @@ release.
2553

2654
- Rename None aggregation to Drop.
2755
([#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))
3056
- Add details to the Prometheus Exporter requirements.
3157
([#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))
3260
- Remove the concept of supported temporality, keep preferred.
3361
([#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))
3464
- Mark In-memory, OTLP and Stdout exporter specs as Stable.
3565
([#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))
3668
- Add to the supplemental guidelines for metric SDK authors text about implementing
3769
attribute-removal Views for asynchronous instruments.
3870
([#2208](https://github.com/open-telemetry/opentelemetry-specification/pull/2208))
@@ -62,12 +94,18 @@ release.
6294

6395
### Resource
6496

97+
- No changes.
98+
6599
### Semantic Conventions
66100

101+
- Align runtime metric and resource namespaces
102+
([#2112](https://github.com/open-telemetry/opentelemetry-specification/pull/2112))
67103
- Prohibit usage of retired names in semantic conventions.
68104
([#2191](https://github.com/open-telemetry/opentelemetry-specification/pull/2191))
69105
- Add `device.manufacturer` to describe mobile device manufacturers.
70106
([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))
71109
- Add JVM memory runtime semantic
72110
conventions. ([#2272](https://github.com/open-telemetry/opentelemetry-specification/pull/2272))
73111
- Add opentracing.ref_type semantic convention.
@@ -77,17 +115,28 @@ release.
77115

78116
- Simplify Baggage handling in the OpenTracing Shim layer.
79117
([#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))
80124

81125
### OpenTelemetry Protocol
82126

83127
- Rename `OTEL_EXPORTER_OTLP_SPAN_INSECURE` to `OTEL_EXPORTER_OTLP_TRACES_INSECURE` and
84128
`OTEL_EXPORTER_OTLP_METRIC_INSECURE` to `OTEL_EXPORTER_OTLP_METRICS_INSECURE`
85129
so they match the naming of all other OTLP environment variables.
130+
([#2240](https://github.com/open-telemetry/opentelemetry-specification/pull/2240))
86131

87132
### SDK Configuration
88133

134+
- No changes.
135+
89136
### Telemetry Schemas
90137

138+
- No changes.
139+
91140
## v1.8.0 (2021-11-12)
92141

93142
### Context

schemas/1.9.0

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
file_format: 1.0.0
2+
schema_url: https://opentelemetry.io/schemas/1.9.0
3+
versions:
4+
1.9.0:
5+
1.8.0:
6+
spans:
7+
changes:
8+
- rename_attributes:
9+
attribute_map:
10+
db.cassandra.keyspace: db.name
11+
db.hbase.namespace: db.name
12+
1.7.0:
13+
1.6.1:
14+
1.5.0:
15+
1.4.0:

0 commit comments

Comments
 (0)