ID(X-Scope-OrgID)でデータを分割/識別することで、 1つのLokiクラスターに複数テナントの収容を可能に • Low cost ➢ ログ(chunk)/indexともにObject Storage(e.g. AWS S3)に保存 ➢ Metadata(Label、Timestamp)だけをindexing How to scale and secure your logs cost-effectively with Grafana Loki
指定した数により異なる 例えば「replication_factor」 が5の場合は前ページのfloor(Replication factor / 2) + 1ルールにより3つのIngesterへの書込みが保証されるので、2 つのIngesterが落ちてもデータは失われない ➢ Ingester(のPod)が複数のAZに分散されるように「podAffinity」や 「topologySpreadConstraints」などを適切に設定する • The essential config settings you should use so you won’t drop logs in Loki | Grafana Labs • Components | Grafana Loki documentation