Skip to content

Commit

Permalink
[docs] Add status header for StatsD receiver (open-telemetry#11110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frapschen committed Jun 17, 2022
1 parent 2862d03 commit 24decfc
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions receiver/statsdreceiver/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# StatsD Receiver

StatsD receiver for ingesting StatsD messages(https://github.com/statsd/statsd/blob/master/docs/metric_types.md) into the OpenTelemetry Collector.
| Status | |
| ------------------------ |-----------|
| Stability | [beta] |
| Supported pipeline types | metrics |
| Distributions | [contrib] |

Supported pipeline types: metrics
StatsD receiver for ingesting StatsD messages(https://github.com/statsd/statsd/blob/master/docs/metric_types.md) into the OpenTelemetry Collector.

Use case: it does not support horizontal pool of collectors. Desired work case is that customers use the receiver as an agent with a single input at the same time.

> :construction: This receiver is currently in **BETA**.
## Configuration

The following settings are required:
Expand Down Expand Up @@ -141,3 +143,8 @@ service:
A simple way to send a metric to `localhost:8125`:

`echo "test.metric:42|c|#myKey:myVal" | nc -w 1 -u localhost 8125`


[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 24decfc

Please sign in to comment.