Skip to content

Instantly share code, notes, and snippets.

@jhfoo
Created December 7, 2025 14:56
Show Gist options
  • Select an option

  • Save jhfoo/903906e65fdd9cbd2c1b7ae610b0049a to your computer and use it in GitHub Desktop.

Select an option

Save jhfoo/903906e65fdd9cbd2c1b7ae610b0049a to your computer and use it in GitHub Desktop.
loki.yaml
auth_enabled: false
server:
http_listen_port: 3100
limits_config:
# Enable log-volume endpoints
volume_enabled: true
volume_max_series: 1000
common:
ring:
instance_addr: 0.0.0.0
kvstore:
store: inmemory
path_prefix: /app/db/loki
storage:
filesystem:
chunks_directory: /app/db/loki/chunks
rules_directory: /app/db/loki/rules
replication_factor: 1
query_range:
results_cache:
cache:
embedded_cache:
enabled: true
max_size_mb: 100
schema_config:
configs:
- from: 2020-10-24
store: boltdb-shipper
object_store: filesystem
schema: v11
index:
prefix: index_
period: 24h
#ruler:
# alertmanager_url: http://localhost:9093
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment