Skip to content

Commit

Permalink
Remove the deprecated otlpmetric module (#4707)
Browse files Browse the repository at this point in the history
* Remove the deprecated otlpmetric module

* Add changelog entry

* Update versions.yaml

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
  • Loading branch information
MrAlias and pellared committed Nov 13, 2023
1 parent c8e60d1 commit a2cb604
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 116 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Removed

- Remove the deprecated `go.opentelemetry.io/otel/bridge/opencensus.NewTracer`. (#4706)
- Remove the deprecated `go.opentelemetry.io/otel/exporters/otlp/otlpmetric` module. (#4707)
- Remove the deprecated `go.opentelemetry.io/otel/example/view` module. (#4708)

## [1.20.0/0.43.0] 2023-11-10
Expand Down
23 changes: 0 additions & 23 deletions exporters/otlp/otlpmetric/doc.go

This file was deleted.

15 changes: 0 additions & 15 deletions exporters/otlp/otlpmetric/go.mod

This file was deleted.

23 changes: 0 additions & 23 deletions exporters/otlp/otlpmetric/go.sum

This file was deleted.

20 changes: 0 additions & 20 deletions exporters/otlp/otlpmetric/version.go

This file was deleted.

34 changes: 0 additions & 34 deletions exporters/otlp/otlpmetric/version_test.go

This file was deleted.

1 change: 0 additions & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ module-sets:
- go.opentelemetry.io/otel/bridge/opencensus/test
- go.opentelemetry.io/otel/example/opencensus
- go.opentelemetry.io/otel/example/prometheus
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
- go.opentelemetry.io/otel/exporters/prometheus
Expand Down

0 comments on commit a2cb604

Please sign in to comment.