gerrit-monitoring/charts
Thomas Draebing eb4e6ea191 Use object store to store chunks created by Loki
The chunks created by Loki were stored in a persistent volume. This
does not scale well, since volumes cannot easily be resized in
Kubernetes. Also, at least the ext4-filesystem had issues, when large
numbers of logs were saved. These issues are due to the dir_index as
discussed in [1].

An object store provides a more scalable and cheaper solution. Loki
supports S3 as an object storage and also other object stores that
understand the S3 API like Ceph or OpenStack Swift.

[1] https://github.com/grafana/loki/issues/1502

Change-Id: Id55095c3b6659f40708712c1a494753dbcab7686
2020-03-24 16:01:34 +01:00
..
grafana Move internal project to open source 2020-03-11 15:23:19 +01:00
loki Use object store to store chunks created by Loki 2020-03-24 16:01:34 +01:00
prometheus Move internal project to open source 2020-03-11 15:23:19 +01:00
namespace.yaml Move internal project to open source 2020-03-11 15:23:19 +01:00