Skip to content

Commit a2cb604

Browse files
MrAliaspellared
andauthored
Remove the deprecated otlpmetric module (#4707)
* Remove the deprecated otlpmetric module * Add changelog entry * Update versions.yaml --------- Co-authored-by: Robert Pająk <[email protected]>
1 parent c8e60d1 commit a2cb604

7 files changed

Lines changed: 1 addition & 116 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1111
### Removed
1212

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

1617
## [1.20.0/0.43.0] 2023-11-10

exporters/otlp/otlpmetric/doc.go

Lines changed: 0 additions & 23 deletions
This file was deleted.

exporters/otlp/otlpmetric/go.mod

Lines changed: 0 additions & 15 deletions
This file was deleted.

exporters/otlp/otlpmetric/go.sum

Lines changed: 0 additions & 23 deletions
This file was deleted.

exporters/otlp/otlpmetric/version.go

Lines changed: 0 additions & 20 deletions
This file was deleted.

exporters/otlp/otlpmetric/version_test.go

Lines changed: 0 additions & 34 deletions
This file was deleted.

versions.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ module-sets:
4141
- go.opentelemetry.io/otel/bridge/opencensus/test
4242
- go.opentelemetry.io/otel/example/opencensus
4343
- go.opentelemetry.io/otel/example/prometheus
44-
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric
4544
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
4645
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
4746
- go.opentelemetry.io/otel/exporters/prometheus

0 commit comments

Comments
 (0)