33 lines
393 B
Markdown
33 lines
393 B
Markdown
# 🔭 Observability Stack
|
|
|
|
---
|
|
|
|
## Components
|
|
|
|
- Grafana
|
|
- Prometheus
|
|
- Loki
|
|
- Tempo
|
|
- Grafana Alloy
|
|
- kube-state-metrics
|
|
- node-exporter
|
|
|
|
---
|
|
|
|
## Capabilities
|
|
|
|
- Logs ↔ traces ↔ metrics correlation
|
|
- OTLP-native instrumentation
|
|
- Centralized dashboards
|
|
- Alerting-ready
|
|
|
|
---
|
|
|
|
## Instrumentation Rules
|
|
|
|
All apps must:
|
|
- expose `/metrics`
|
|
- emit structured JSON logs
|
|
- export OTLP traces
|
|
|