Skip to content

Commit 8f8f80a

Browse files
Frapschenkentquirk
authored andcommitted
[docs] Add status header for carbon exporter (open-telemetry#10309)
Add status header for carbon
1 parent ce5c3ab commit 8f8f80a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

exporter/carbonexporter/README.md

Lines changed: 9 additions & 2 deletions
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)