
Grafana Loki
Horizontally scalable, multi-tenant log aggregation system
28.8k stars 4.1k forks last commit first released AGPL-3.0
Actively maintained
Last commit 26 Aug 2026.

Grafana Loki is a horizontally scalable, highly available log aggregation system inspired by Prometheus. It stores logs efficiently by indexing only metadata labels for each log stream, rather than performing full-text indexing.
Key Features
- Label-based log indexing and querying aligned with Prometheus-style labels
- Horizontally scalable architectures (single binary or microservices) with multi-tenancy support
- Cost-efficient storage by keeping logs compressed and indexing only metadata
- Native integration with Grafana for exploration, dashboards, and correlation with metrics
- Multiple ingestion options via agents and clients (including Grafana Alloy and legacy Promtail)
Use Cases
- Centralized aggregation of Kubernetes and container logs with label-based filtering
- Incident investigation by correlating metrics and logs using shared labels
- Multi-team or multi-environment log collection with tenant isolation
Limitations and Considerations
- Not designed for full-text indexing; queries are primarily optimized around labels and structured metadata
Loki is a strong fit when you want an operationally simpler, Prometheus-like approach to logs with efficient storage and fast label-based queries. It is commonly deployed as part of a Grafana-centric observability stack for monitoring and troubleshooting.
Categories:
Tags:
Tech Stack:
Similar to Grafana Loki
Kite
Modern, lightweight Kubernetes dashboard
Kite is a modern Kubernetes dashboard for multi-cluster management, resource operations, and Prometheus-powered monitoring with logs, terminal access, and live YAML editing.


Grafana
Observability dashboards and alerting for metrics, logs, and traces
Grafana is an open source observability and data visualization platform for querying, graphing, and alerting on metrics, logs, and traces across many data sources.


SigNoz
Open-source unified observability platform for logs, metrics, and traces.
SigNoz is an open-source platform that collects and correlates logs, metrics, and traces using OpenTelemetry for unified observability.


Kubetail
Real-time Kubernetes logging dashboard for browser and terminal
Kubetail is a real-time Kubernetes logging dashboard and CLI that merges multi-container workload logs into a single timeline, running on desktop or inside your cluster.


Prometheus
Monitoring system and time-series database for metrics and alerting
Prometheus is an open-source monitoring and time-series database for collecting metrics, querying with PromQL, and alerting on system and application health.

VictoriaMetrics
High-performance time series database for monitoring and observability
Fast, resource-efficient time series database compatible with Prometheus and Grafana, for scalable monitoring and long-term metrics storage.



