Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
Scaling with Loki
See Loki: Prometheus-inspired, open source logging for cloud natives for a discussion about Loki’s scalability.
When scaling Loki, operators should consider running several Loki processes
partitioned by role (ingester, distributor, querier) rather than a single Loki
process. Grafana Labs’ production setup
contains .libsonnet
files that demonstrates configuring separate components
and scaling for resource usage.