From 1c6ebfe68bcb893904f3d46724e1c18732759db1 Mon Sep 17 00:00:00 2001 From: Murphy Chen Date: Thu, 23 Jun 2022 21:53:03 +0800 Subject: [PATCH] [docs] Add status header for carbon receiver (#10446) * Add status header for carbon receiver * Update README.md * Update README.md * Trigger Build * change status header to stable Co-authored-by: Dan Jaglowski --- receiver/carbonreceiver/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/receiver/carbonreceiver/README.md b/receiver/carbonreceiver/README.md index 3427b051a017..e3c064467ae7 100644 --- a/receiver/carbonreceiver/README.md +++ b/receiver/carbonreceiver/README.md @@ -1,11 +1,15 @@ # Carbon Receiver +| Status | | +| ------------------------ |------------| +| Stability | [stable] | +| Supported pipeline types | metrics | +| Distributions | [contrib] | + The [Carbon](https://github.com/graphite-project/carbon) receiver supports Carbon's [plaintext protocol](https://graphite.readthedocs.io/en/stable/feeding-carbon.html#the-plaintext-protocol). -Supported pipeline types: metrics - > :information_source: The `wavefront` receiver is based on Carbon and binds to the same port by default. This means the `carbon` and `wavefront` receivers cannot both be enabled with their respective default configurations. To @@ -56,3 +60,6 @@ receivers: The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml). + +[stable]: https://github.com/open-telemetry/opentelemetry-collector#stable +[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib