Skip to content

gmarabout/taipy-app-basic-opentelemetry

Repository files navigation

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.

About

Example of a Taipy basic app monitored using OpenTelemetry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published