Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 30 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,34 @@ release.

### Metrics

### Logs

### Events

### Resource

### OpenTelemetry Protocol

### Compatibility

### SDK Configuration

### Common

### Supplementary Guidelines

## v1.33.0 (2024-05-07)

### Context

### Traces

### Metrics

- Change the exemplar behavior to be on by default.
([#3994](https://github.com/open-telemetry/opentelemetry-specification/pull/3994))
- Add name suggestion for option to apply resource attributes as metric attributes in Prometheus exporter.
([#3837](https://github.com/open-telemetry/opentelemetry-specification/pull/3837))
- Use normative language for exemplar default aggregations.
([#4009](https://github.com/open-telemetry/opentelemetry-specification/pull/4009))
- Mark Exemplars as stable.
([#3870](https://github.com/open-telemetry/opentelemetry-specification/pull/3870))
- Mark synchronous gauge as stable.
Expand All @@ -28,7 +52,7 @@ release.
### Logs

- Allow implementations to export duplicate keys in a map as an opt-in option.
([#3938](https://github.com/open-telemetry/opentelemetry-specification/pull/3938))
([#3987](https://github.com/open-telemetry/opentelemetry-specification/pull/3987))

### Events

Expand All @@ -38,6 +62,9 @@ release.

### Compatibility

- Add name suggestion for option to apply resource attributes as metric attributes in Prometheus exporter.
([#3837](https://github.com/open-telemetry/opentelemetry-specification/pull/3837))

### SDK Configuration

- Clarify syntax for environment variable substitution regular expression
Expand Down