Skip to content

Commit

Permalink
[docs] Add status header for observiq exporter (open-telemetry#10326)
Browse files Browse the repository at this point in the history
* Add status header for observiq

* apply reviewer's suggestion.

* Update README.md

Co-authored-by: Alex Boten <[email protected]>
  • Loading branch information
2 people authored and kentquirk committed Jun 13, 2022
1 parent 1b6cfa2 commit 9eefd7d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions exporter/observiqexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# observIQ Exporter

This exporter supports sending log data to [observIQ](https://observiq.com/)
| Status | |
| ------------------------ |--------------------|
| Stability | [in development] |
| Supported pipeline types | logs |
| Distributions | none |

**This exporter is currently being developed and is not yet ready for use**
This exporter supports sending log data to [observIQ](https://observiq.com/)

## Configuration

Expand Down Expand Up @@ -31,4 +35,6 @@ Information about queued retry configuration parameters can be found
The full list of settings exposed for this exporter are documented [here](config.go)

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).

[in development]:https://github.com/open-telemetry/opentelemetry-collector#in-development

0 comments on commit 9eefd7d

Please sign in to comment.