Skip to content

Commit

Permalink
[docs] Add status header for influxdb exporter (#10320)
Browse files Browse the repository at this point in the history
* Add status header for influxdb

* update for reviewer's suggestion
  • Loading branch information
Frapschen authored Jun 30, 2022
1 parent 8bd792e commit 057d0b7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions exporter/influxdbexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# InfluxDB Exporter

This exporter supports sending tracing, metrics, and logging data to [InfluxDB](https://www.influxdata.com/products/).
| Status | |
| ------------------------ |-----------------------|
| Stability | [beta] |
| Supported pipeline types | traces, logs, metrics |
| Distributions | [contrib] |

Supported pipeline types: traces, metrics, logs
This exporter supports sending tracing, metrics, and logging data to [InfluxDB](https://www.influxdata.com/products/).

## Configuration

Expand Down Expand Up @@ -115,3 +119,6 @@ logs fluent.tag="fluent.info",pid=18i,ppid=9i,worker=0i 1613769568895331700
logs fluent.tag="fluent.debug",instance=1720i,queue_size=0i,stage_size=0i 1613769568895697200
logs fluent.tag="fluent.info",worker=0i 1613769568896515100
```
[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 057d0b7

Please sign in to comment.