prometheus-grafana-loki-promtail-tempo stack example in Docker & Kubernetes
A visualizer tool. Collects data from Loki
, Prometheus
, Tempo
. It uses promQL
to query prometheus & logQL
to query loki.
Collects metrics from Node Exporter
, Cadvisor
etc and stores in it's database. It expects a /metrics
endpoint(default).
It's a exporter of prometheus. It collects system metrics and exposes an /metrics
endpoint.
It's a exporter of prometheus. It collects docker metrics and exposes an /metrics
endpoint.
Collects logs from promtail
and store them in it's database.
A logging agent. It collects logs from system and push them to Loki
.
Collects traces from services and store them.