loki-vm

Charm Template

Channel Revision Published Runs on
latest/edge 4 30 Mar 2026
Ubuntu 24.04
juju deploy loki-vm --channel edge
Show information

Platform:

Ubuntu
24.04

Learn about configurations >

  • config-override | string

    Full Loki configuration file as a string. When set, this overrides the generated configuration entirely. Set to empty to revert to generated config.

  • external-url | string

    External URL used when advertising Loki endpoints over relations. Leave empty to use the unit address.

  • ingestion-burst-size-mb | int

    Default: 15

    Per-user ingestion burst size (MB). This matches Loki's ingestion_burst_size_mb (float in Loki, int 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 matches Loki's ingestion_rate_mb (float in Loki, int here). Ref: https://grafana.com/docs/loki/latest/configure/#limits_config

  • reporting-enabled | boolean

    Default: True

    Enable anonymous usage reporting to stats.grafana.org. Ref: https://grafana.com/docs/loki/latest/configure/#analytics

  • retention-period | int

    Default: 14

    Global retention period in days. Defaults to 14 days as a guard against unbounded storage growth; 0 disables retention. Ref: https://grafana.com/docs/loki/latest/operations/storage/retention/