This repository contains a sample configuration for Fluent Bit that can be used to send logs to [OpenTelemetry Collector] and metrics to [OpenTelemetry Collector] or [Prometheus].
- [Docker]
- [Docker Compose]
docker-compose up --build
curl -X GET http://localhost:5000/generate
It will generate traces and metrics.
curl -X GET http://localhost:5000/generate-hierarchical
```