Skip to content

Commit 08758b3

Browse files
authored
[docs] Add status header for carbon exporter (#10309)
Add status header for carbon
1 parent d80bb60 commit 08758b3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

exporter/carbonexporter/README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Carbon Exporter
22

3+
| Status | |
4+
| ------------------------ |-----------|
5+
| Stability | [beta] |
6+
| Supported pipeline types | metrics |
7+
| Distributions | [contrib] |
8+
39
The [Carbon](https://github.com/graphite-project/carbon) exporter supports
410
Carbon's [plaintext
511
protocol](https://graphite.readthedocs.io/en/stable/feeding-carbon.html#the-plaintext-protocol).
612

7-
Supported pipeline types: metrics
8-
913
## Configuration
1014

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

0 commit comments

Comments
 (0)