This project shows how to monitor a simple Taipy app with OpenTelemetry. It uses:
- Prometheus to store and query metrics, including one custom metric
- Jaeger to store and query traces
- Loki to store logs
- Grafana to query logs
Clone the project on your computer: git clone https://github.com/gmarabout/taipy-app-basic-opentelemetry.git
.
The project uses Docker Compose to run the Taipy app and all the monitoring services.
To run all the services, enter docker compose up
in a terminal.