Skip to content

Commit

Permalink
[docs] Add status header for journald receiver (#10462)
Browse files Browse the repository at this point in the history
* Add status header for journald receiver

* Update README.md

* Update README.md

Co-authored-by: Alex Boten <[email protected]>
  • Loading branch information
Frapschen and Alex Boten authored Jun 1, 2022
1 parent 9c29258 commit 90efffd
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions receiver/journaldreceiver/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
## `Journald Receiver`

| Status | |
| ------------------------ |-----------|
| Stability | [alpha] |
| Supported pipeline types | logs |
| Distributions | [contrib] |

Parses Journald events from systemd journal.
Journald receiver is dependent on `journalctl` binary to be present and must be in the $PATH of the agent.
Supported pipeline types: logs

> :construction: This receiver is in alpha and configuration fields are subject to change.

## Configuration

Expand All @@ -27,4 +30,7 @@ receivers:
- docker
- containerd
priority: info
```
```
[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

0 comments on commit 90efffd

Please sign in to comment.