Skip to content

Commit

Permalink
[docs] Add status header for carbon receiver (#10446)
Browse files Browse the repository at this point in the history
* Add status header for carbon receiver

* Update README.md

* Update README.md

* Trigger Build

* change status header to stable

Co-authored-by: Dan Jaglowski <jaglows3@gmail.com>
  • Loading branch information
Frapschen and djaglowski committed Jun 23, 2022
1 parent 5d23307 commit 1c6ebfe
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions receiver/carbonreceiver/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit 1c6ebfe

Please sign in to comment.