Loki Coordinator K8S

  • By Canonical Observability
Channel Revision Published Runs on
latest/edge 3 17 Sep 2024
Ubuntu 24.04 Ubuntu 22.04
latest/edge 1 12 Aug 2024
Ubuntu 24.04 Ubuntu 22.04
juju deploy loki-coordinator-k8s --channel edge
Show information

Platform:

Learn about configurations >

  • ingestion-burst-size-mb | int

    Default: 15

    This config option matches exactly Loki's `ingestion_burst_size_mb`, except that it is an integer here (Loki takes a float). This same value is used internally for setting `per_stream_rate_limit_burst`. Loki uses a default of 6 for `ingestion_burst_size_mb`, but 15 for `per_stream_rate_limit_burst`. For this reason we use 15 as the default here. Ref: https://grafana.com/docs/loki/latest/configure/#limits_config

  • ingestion-rate-mb | int

    Default: 4

    Per-user ingestion rate limit (MB/s). This config option matches exactly Loki's `ingestion_rate_mb`, except that it is an integer here (Loki takes a float). This same value is used internally for setting `per_stream_rate_limit`. Loki uses a default of 3 for `ingestion_rate_mb`, but 4 for `per_stream_rate_limit`. For this reason we use 4 as the default here. Ref: https://grafana.com/docs/loki/latest/configure/#limits_config

  • retention-period | int

    Sets a global retention period for log streams in Loki. A value of 0 disables retention (default). Minimum retention period is 1d. Specify the period in days. For example, to set a 48-day retention period, use `48`. Specifying retention periods for individual streams is not currently supported.