Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.33.0 #4034

Merged
merged 7 commits into from
May 9, 2024
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
Loading