#observability
Explanation 2
- Updated 2026-05-12
Logging
Out of the box we provide Grafana Loki as a solution for centralized access to your logs. Unlike other logging systems, Loki is built around the idea of only indexing metadata about your logs: labels (just like Prometheus labels). Log data itself is then …
- Updated 2026-05-12
Monitoring
Overview Be default, we use a Prometheus, Alertmanager and Grafana stack for a complete monitoring setup of both our clusters and applications running on them. We make use of the CoreOS operator principle: by deploying prometheus-operator we define new …