Skip to content

Commit

Permalink
Remove deprecated exporters (open-telemetry#1920)
Browse files Browse the repository at this point in the history
* Remove deprecated exporters

* Update PR number in changelog entry
  • Loading branch information
MrAlias authored Mar 17, 2022
1 parent 66a9c9b commit e4bcc4c
Show file tree
Hide file tree
Showing 45 changed files with 6 additions and 11,354 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Fix the `echo` middleware by using `SpanKind.SERVER` when deciding the `SpanStatus`.
This makes `4xx` response codes to not be an error anymore. (#1848)

### Removed

- The deprecated `go.opentelemetry.io/contrib/exporters/metric/datadog` module is removed. (#1920)
- The deprecated `go.opentelemetry.io/contrib/exporters/metric/dogstatsd` module is removed. (#1920)
- The deprecated `go.opentelemetry.io/contrib/exporters/metric/cortex` module is removed.
Use the `go.opentelemetry.io/otel/exporters/otlp/otlpmetric` exporter as a replacement to send data to a collector which can then export with its PRW exporter. (#1920)

## [1.4.0/0.29.0] - 2022-02-14

Expand Down
326 changes: 0 additions & 326 deletions exporters/metric/cortex/README.md

This file was deleted.

Loading

0 comments on commit e4bcc4c

Please sign in to comment.