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 the deprecated otlpmetric module #4707

Merged
merged 6 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

### Removed

- Remove the deprecated `go.opentelemetry.io/otel/exporters/otlp/otlpmetric` module. (#4707)

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

This release brings a breaking change for custom trace API implementations. Some interfaces (`TracerProvider`, `Tracer`, `Span`) now embed the `go.opentelemetry.io/otel/trace/embedded` types. Implementors need to update their implementations based on what they want the default behavior to be. See the "API Implementations" section of the [trace API] package documentation for more information about how to accomplish this.
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.