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

Remove sdk/export/metric module #2720

Merged
merged 7 commits into from Mar 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.