Skip to content

Commit 8c73c16

Browse files
Release 1.14.0 (#2851)
1 parent ce32f94 commit 8c73c16

File tree

2 files changed

+67
-3
lines changed

2 files changed

+67
-3
lines changed

CHANGELOG.md

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,39 @@ release.
1313

1414
### Metrics
1515

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.14.0 (2022-10-04)
33+
34+
### Context
35+
36+
- No changes.
37+
38+
### Traces
39+
40+
- No changes.
41+
42+
### Metrics
43+
1644
- Changed the default buckets for Explicit Bucket Histogram to better match the
1745
official Prometheus clients.
1846
([#2770](https://github.com/open-telemetry/opentelemetry-specification/pull/2770)).
47+
- Fix OpenMetrics valid label keys, and specify prometheus conversion for metric name.
48+
([#2788](https://github.com/open-telemetry/opentelemetry-specification/pull/2788))
1949

2050
### Logs
2151

@@ -42,24 +72,34 @@ release.
4272

4373
### Compatibility
4474

75+
- No changes.
76+
4577
### OpenTelemetry Protocol
4678

4779
- Add user agent to OTLP exporter specification
4880
([#2684](https://github.com/open-telemetry/opentelemetry-specification/pull/2684))
81+
- Prohibit usage of enum value name strings in OTLP/JSON
82+
([#2758](https://github.com/open-telemetry/opentelemetry-specification/pull/2758))
4983
- Clarify that unknown fields must be ignored when receiving OTLP/JSON
5084
([#2816](https://github.com/open-telemetry/opentelemetry-specification/pull/2816))
5185
- Add OTLP exporter user agent to the spec compliance matrix
5286
([#2842](https://github.com/open-telemetry/opentelemetry-specification/pull/2842)).
5387

5488
### SDK Configuration
5589

90+
- Add the OTEL_SDK_DISABLED environment variable to the SDK configuration.
91+
([2679](https://github.com/open-telemetry/opentelemetry-specification/pull/2679))
5692
- Add the definition of a Boolean environment variable
5793
([#2755](https://github.com/open-telemetry/opentelemetry-specification/pull/2755)).
5894

5995
### Telemetry Schemas
6096

97+
- No changes.
98+
6199
### Common
62100

101+
- No changes.
102+
63103
## v1.13.0 (2022-09-19)
64104

65105
### Context
@@ -160,9 +200,6 @@ release.
160200

161201
### SDK Configuration
162202

163-
- Add the OTEL_SDK_DISABLED environment variable to the SDK configuration.
164-
([2679](https://github.com/open-telemetry/opentelemetry-specification/pull/2679))
165-
166203
- Mark `OTEL_METRIC_EXPORT_INTERVAL`, `OTEL_METRIC_EXPORT_TIMEOUT`
167204
environment variables as Stable
168205
([#2658](https://github.com/open-telemetry/opentelemetry-specification/pull/2658))

schemas/1.14.0

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
file_format: 1.1.0
2+
schema_url: https://opentelemetry.io/schemas/1.14.0
3+
versions:
4+
1.14.0:
5+
1.13.0:
6+
spans:
7+
changes:
8+
# https://github.com/open-telemetry/opentelemetry-specification/pull/2614
9+
- rename_attributes:
10+
attribute_map:
11+
net.peer.ip: net.sock.peer.addr
12+
net.host.ip: net.sock.host.addr
13+
1.12.0:
14+
1.11.0:
15+
1.10.0:
16+
1.9.0:
17+
1.8.0:
18+
spans:
19+
changes:
20+
- rename_attributes:
21+
attribute_map:
22+
db.cassandra.keyspace: db.name
23+
db.hbase.namespace: db.name
24+
1.7.0:
25+
1.6.1:
26+
1.5.0:
27+
1.4.0:

0 commit comments

Comments
 (0)