Skip to content

Commit

Permalink
docs: fix links
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Nov 28, 2023
1 parent 11b9670 commit 896da10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

The following components are used in Vivo:

- [component] [packages/service](./packages/service): Golang service that starts/manages Fluent Bit
- [component] [packages/frontend](./packages/frontend): Frontend React App that pulls telemetry data from Fluent Bit (new approach)
- [component] Fluent Bit: telemetry agent with new export/streaming capabilities
- [packages/service](./packages/service): Golang service that starts/manages Fluent Bit
- [packages/frontend](./packages/frontend): Frontend React App that pulls telemetry data from Fluent Bit (new approach)
- [Fluent Bit](https://github.com/fluent/fluent-bit): telemetry agent with new export/streaming capabilities

To simplify the data management per type, Fluent Bit now supports a new output plugin called [Vivo Exporter](https://docs.fluentbit.io/manual/v/dev-2.1/pipeline/outputs/vivo-exporter).
To simplify the data management per type, Fluent Bit now supports a new output plugin called [Vivo Exporter](https://docs.fluentbit.io/manual/pipeline/outputs/vivo-exporter).
This plugin buffers telemetry data in a queue of a fixed size and exposes the content through HTTP endpoints: `/logs`, `/metrics`, `/traces`.
The UI part pulls data from there.

Expand Down

0 comments on commit 896da10

Please sign in to comment.