Skip to content

Commit

Permalink
[docs] Add status header for influxdb receiver (#10460)
Browse files Browse the repository at this point in the history
Add status header for influxdb receiver
  • Loading branch information
Frapschen authored Jun 30, 2022
1 parent bfd2aeb commit 8d6b17e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions receiver/influxdbreceiver/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# InfluxDB Receiver

This receiver accepts metrics data as [InfluxDB Line Protocol](https://docs.influxdata.com/influxdb/v2.0/reference/syntax/line-protocol/).
| Status | |
| ------------------------ |-----------|
| Stability | [beta] |
| Supported pipeline types | metrics |
| Distributions | [contrib] |

Supported pipeline types: metrics
This receiver accepts metrics data as [InfluxDB Line Protocol](https://docs.influxdata.com/influxdb/v2.0/reference/syntax/line-protocol/).

Write endpoints exist at `/write` (InfluxDB 1.x compatibility) and `/api/v2/write` (InfluxDB 2.x compatibility).
Write query parameters `db`/`rp` (InfluxDB 1.x) and `org`/`bucket` (InfluxDB 2.x) are ignored.
Expand Down Expand Up @@ -69,3 +73,6 @@ prometheus,quantile=0.9 rpc_duration_seconds=9001
prometheus,quantile=0.99 rpc_duration_seconds=76656
prometheus rpc_duration_seconds_count=1.7560473e+07,rpc_duration_seconds_sum=2693
```
[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 8d6b17e

Please sign in to comment.