Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.16 KB

File metadata and controls

28 lines (18 loc) · 1.16 KB

Taipy and OpenTelemetry

tests


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

Installation

Clone the project on your computer: git clone https://github.com/gmarabout/taipy-app-basic-opentelemetry.git.

Usage

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.

  • Click here to run the Taipy app (which is a simple multiplier).
  • Click here to open Grafana.
  • Click here to open Jaeger.
  • Click here to open Prometheus.