Skip to content

Commit

Permalink
[docs] Add status header for carbon exporter (#10309)
Browse files Browse the repository at this point in the history
Add status header for carbon
  • Loading branch information
Frapschen authored May 31, 2022
1 parent d80bb60 commit 08758b3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions exporter/carbonexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Carbon Exporter

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

The [Carbon](https://github.com/graphite-project/carbon) exporter supports
Carbon's [plaintext
protocol](https://graphite.readthedocs.io/en/stable/feeding-carbon.html#the-plaintext-protocol).

Supported pipeline types: metrics

## Configuration

The following settings are required:
Expand Down Expand Up @@ -33,3 +37,6 @@ exporters:
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

0 comments on commit 08758b3

Please sign in to comment.