This setup uses Docker Compose to run the OpenTelemetry Collector along with Grafana Tempo, Mimir, and Loki for tracing, metrics, and logging respectively.
You can use Docker/Docker Compose or Podman/Podman Compose to run the setup.
- OpenTelemetry Collector
- Tempo
- Mimir
- Loki
- Grafana
Start the services using Docker Compose.
docker-compose up -dStart the services using Podman Compose.
podman-compose up -dAccess Grafana at http://localhost:3000.
To stop all services, run:
docker-compose down