Skip to content

Commit

Permalink
February 2024 Release. (#3875)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto committed Feb 15, 2024
1 parent 17b3187 commit 5d9cef8
Showing 1 changed file with 39 additions and 2 deletions.
41 changes: 39 additions & 2 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,34 @@ release.

### Metrics

### Logs

### Resource

### OpenTelemetry Protocol

### Compatibility

### SDK Configuration

### Common

### Supplementary Guidelines

## v1.30.0 (2024-02-15)

### Context

- No changes.

### Traces

- No changes.

### Metrics

- Clarify metric view measurement processing.
([#3842](https://github.com/open-telemetry/opentelemetry-specification/pull/3842))
- Expose `ExemplarReservoir` as configuration parameter for views.
Remove `ExemplarFilter` as an interface, now it is only configuration
parameter.
Expand All @@ -31,10 +59,17 @@ release.

### Resource

- No changes.

### OpenTelemetry Protocol

- Use `TracesData`, `MetricsData` and `LogsData` proto messages for file exporter.
([#3809](https://github.com/open-telemetry/opentelemetry-specification/pull/3809))

### Compatibility

- No changes.

### SDK Configuration

- Add file configuration section to spec compliance matrix.
Expand All @@ -44,8 +79,12 @@ release.

### Common

- No changes.

### Supplementary Guidelines

- No changes.

## v1.29.0 (2024-01-10)

### Context & Baggage
Expand Down Expand Up @@ -73,8 +112,6 @@ release.

### OpenTelemetry Protocol

- Use `TracesData`, `MetricsData` and `LogsData` proto messages for file exporter.

### Compatibility

### SDK Configuration
Expand Down

0 comments on commit 5d9cef8

Please sign in to comment.