Skip to content

Commit

Permalink
Remove the deprecated instrument packages (#3631)
Browse files Browse the repository at this point in the history
* Remove the deprecated instrument packages

* Update changelog

* Add PR number
  • Loading branch information
MrAlias committed Jan 31, 2023
1 parent cfed995 commit aa51224
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 242 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

### Removed

- The deprecated `go.opentelemetry.io/otel/metric/instrument/asyncfloat64` package is removed. (#3631)
- The deprecated `go.opentelemetry.io/otel/metric/instrument/asyncint64` package is removed. (#3631)
- The deprecated `go.opentelemetry.io/otel/metric/instrument/syncfloat64` package is removed. (#3631)
- The deprecated `go.opentelemetry.io/otel/metric/instrument/syncint64` package is removed. (#3631)

## [1.12.0/0.35.0] 2023-01-28

### Added
Expand Down
55 changes: 0 additions & 55 deletions metric/instrument/asyncfloat64/asyncfloat64.go

This file was deleted.

55 changes: 0 additions & 55 deletions metric/instrument/asyncint64/asyncint64.go

This file was deleted.

66 changes: 0 additions & 66 deletions metric/instrument/syncfloat64/syncfloat64.go

This file was deleted.

66 changes: 0 additions & 66 deletions metric/instrument/syncint64/syncint64.go

This file was deleted.

0 comments on commit aa51224

Please sign in to comment.