Skip to content

Observability Lab | Grafana | Prometheus | Jaeger | Opentelemetry Collector

Notifications You must be signed in to change notification settings

gabrgomes/observability_lab

 
 

Repository files navigation

SRE Observability Lab

Running lab:

docker compose --profile all up

Architecture

graph TB;
  subgraph App
    A(Frontend)-->A1{random:};
    A1-->B1(Backend Fast);
    A1-->B2(Backend Medium);
    A1-->B3(Backend Slow);
  end
  subgraph OTLP
    direction TB
    P[(Prometheus)].->B1;
    P.->B2;
    P.->B3;
    G(Grafana)-->P;
    O[otel-collector]-->P;
    P-->O;
    O-->J(Jaeger);
  end
Loading

Links

About

Observability Lab | Grafana | Prometheus | Jaeger | Opentelemetry Collector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • Dockerfile 2.3%