Skip to content

Commit

Permalink
Release 1.14.0 (#2851)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto authored Oct 4, 2022
1 parent ce32f94 commit 8c73c16
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 3 deletions.
43 changes: 40 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,39 @@ release.

### Metrics

### Logs

### Resource

### Semantic Conventions

### Compatibility

### OpenTelemetry Protocol

### SDK Configuration

### Telemetry Schemas

### Common

## v1.14.0 (2022-10-04)

### Context

- No changes.

### Traces

- No changes.

### Metrics

- Changed the default buckets for Explicit Bucket Histogram to better match the
official Prometheus clients.
([#2770](/~https://github.com/open-telemetry/opentelemetry-specification/pull/2770)).
- Fix OpenMetrics valid label keys, and specify prometheus conversion for metric name.
([#2788](/~https://github.com/open-telemetry/opentelemetry-specification/pull/2788))

### Logs

Expand All @@ -42,24 +72,34 @@ release.

### Compatibility

- No changes.

### OpenTelemetry Protocol

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

### SDK Configuration

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

### Telemetry Schemas

- No changes.

### Common

- No changes.

## v1.13.0 (2022-09-19)

### Context
Expand Down Expand Up @@ -160,9 +200,6 @@ release.

### SDK Configuration

- Add the OTEL_SDK_DISABLED environment variable to the SDK configuration.
([2679](/~https://github.com/open-telemetry/opentelemetry-specification/pull/2679))

- Mark `OTEL_METRIC_EXPORT_INTERVAL`, `OTEL_METRIC_EXPORT_TIMEOUT`
environment variables as Stable
([#2658](/~https://github.com/open-telemetry/opentelemetry-specification/pull/2658))
Expand Down
27 changes: 27 additions & 0 deletions schemas/1.14.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
file_format: 1.1.0
schema_url: https://opentelemetry.io/schemas/1.14.0
versions:
1.14.0:
1.13.0:
spans:
changes:
# /~https://github.com/open-telemetry/opentelemetry-specification/pull/2614
- rename_attributes:
attribute_map:
net.peer.ip: net.sock.peer.addr
net.host.ip: net.sock.host.addr
1.12.0:
1.11.0:
1.10.0:
1.9.0:
1.8.0:
spans:
changes:
- rename_attributes:
attribute_map:
db.cassandra.keyspace: db.name
db.hbase.namespace: db.name
1.7.0:
1.6.1:
1.5.0:
1.4.0:

0 comments on commit 8c73c16

Please sign in to comment.