Skip to content

Commit e4bcc4c

Browse files
authored
Remove deprecated exporters (#1920)
* Remove deprecated exporters * Update PR number in changelog entry
1 parent 66a9c9b commit e4bcc4c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+6
-11354
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2020
- Fix the `echo` middleware by using `SpanKind.SERVER` when deciding the `SpanStatus`.
2121
This makes `4xx` response codes to not be an error anymore. (#1848)
2222

23+
### Removed
24+
25+
- The deprecated `go.opentelemetry.io/contrib/exporters/metric/datadog` module is removed. (#1920)
26+
- The deprecated `go.opentelemetry.io/contrib/exporters/metric/dogstatsd` module is removed. (#1920)
27+
- The deprecated `go.opentelemetry.io/contrib/exporters/metric/cortex` module is removed.
28+
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)
2329

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

exporters/metric/cortex/README.md

-326
This file was deleted.

0 commit comments

Comments
 (0)