Skip to content

Commit

Permalink
[docs] Add status header for awsprometheusremotewrite exporter (#10306)
Browse files Browse the repository at this point in the history
* Add status header for awsprometheusremotewrite

* update status to deprecated

Co-authored-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Frapschen and Alex Boten authored Jun 29, 2022
1 parent 5477b4a commit 50680ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions exporter/awsprometheusremotewriteexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## DEPRECATION NOTICE

| Status | |
| ------------------------ | ------------ |
| Stability | [deprecated] |
| Supported pipeline types | metrics |
| Distributions | [contrib] |


The AWS Prometheus Remote Write Exporter will be removed at some point after `v0.49.0`. Users who want to send metrics to Amazon Managed Service
for Prometheus will need to instead use the [Prometheus Remote Write Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/prometheusremotewriteexporter/README.md) along with the [Sigv4 Authenticator Extension](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/extension/sigv4authextension/README.md)
to achieve the same result.
Expand Down Expand Up @@ -79,3 +86,6 @@ exporters:
The full list of settings exposed for this exporter are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
[deprecated]:https://github.com/open-telemetry/opentelemetry-collector#deprecated
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
1 change: 1 addition & 0 deletions exporter/awsprometheusremotewriteexporter/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: awsprometheusremotewrite exporter is deprecated and will be removed in future versions.
module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsprometheusremotewriteexporter

go 1.17
Expand Down

0 comments on commit 50680ea

Please sign in to comment.