Skip to content

Commit

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

* update for reviewer's suggestion

* Update README.md

Co-authored-by: Alex Boten <[email protected]>
  • Loading branch information
Frapschen and Alex Boten authored Jun 22, 2022
1 parent 3e41bdb commit 21ae2af
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions exporter/f5cloudexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# F5 Cloud Exporter

Exports data via HTTP to [F5 Cloud](https://portal.cloudservices.f5.com/).

Supported pipeline types: metrics, traces, logs
| Status | |
| ------------------------ |-----------------------|
| Stability | [beta] |
| Supported pipeline types | traces, logs, metrics |
| Distributions | [contrib] |

> :construction: This exporter is in beta and configuration fields are subject to change.
Exports data via HTTP to [F5 Cloud](https://portal.cloudservices.f5.com/).

## Getting Started

Expand Down Expand Up @@ -39,4 +41,7 @@ The full list of settings exposed for this exporter are documented [here](./conf
configurations [here](./testdata/config.yaml).
This exporter also offers proxy support as documented
[here](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter#proxy-support).
[here](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter#proxy-support).
[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 21ae2af

Please sign in to comment.