Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
beanliu committed Jan 19, 2021
1 parent c51df0b commit 50f51a6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

### Added

- Add `View` and `RegisterView` as part of the Metric API, and their implementation in the SDK. (#1473)

### Changed

- Moved `Aggregator`/`Aggregation`/`AggregatorSelector` interfaces to _otel/metric_ from _otel/sdk/export/metric_. (#1473)
- Support `KeyValue` labels with values unset. (#1473)
- Modified the `otel-collector` example to include View API usage. (#1473)
- `Accumulation` accepts a view selector for aggregator creation. (#1473)

## [0.16.0] - 2020-01-13

### Added
Expand Down

0 comments on commit 50f51a6

Please sign in to comment.