Skip to content

Commit

Permalink
Remove sdk/export/metric module (#2720)
Browse files Browse the repository at this point in the history
* Remove the sdk/export/metric module

* Add change to changelog

* Update PR number

Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
  • Loading branch information
MrAlias and hanyuancheung committed Mar 29, 2022
1 parent 8747a29 commit bbcdc75
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 292 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

### Removed

- Removed module the `go.opentelemetry.io/otel/sdk/export/metric`.
Use the `go.opentelemetry.io/otel/sdk/metric` module instead. (#2720)

## [1.6.1] - 2022-03-28

### Fixed
Expand Down
77 changes: 0 additions & 77 deletions sdk/export/metric/aggregation/aggregation.go

This file was deleted.

53 changes: 0 additions & 53 deletions sdk/export/metric/aggregation/temporality.go

This file was deleted.

73 changes: 0 additions & 73 deletions sdk/export/metric/go.mod

This file was deleted.

21 changes: 0 additions & 21 deletions sdk/export/metric/go.sum

This file was deleted.

68 changes: 0 additions & 68 deletions sdk/export/metric/metric.go

This file was deleted.

0 comments on commit bbcdc75

Please sign in to comment.