GrafanaLoki
Grafana Loki is a log aggregation system designed for efficiently storing and querying logs at scale using a label-based approach.
About
Grafana Loki is a horizontally scalable, highly available log aggregation system inspired by Prometheus. Created by Grafana Labs, Loki takes a fundamentally different approach to log indexing — it only indexes metadata labels rather than the full text of log messages. This design…