Add monitoring

This commit is contained in:
Sparky
2025-10-10 14:48:15 +01:00
parent 92cf99d41f
commit ec7d08bcb7
17 changed files with 2735 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
# This is a complete configuration to deploy Loki backed by the filesystem.
# The index will be shipped to the storage via tsdb-shipper.
auth_enabled: false
server:
http_listen_port: 43622
limits_config:
ingestion_rate_mb: 100
ingestion_burst_size_mb: 200
per_stream_rate_limit: 10MB
per_stream_rate_limit_burst: 20MB
common:
ring:
instance_addr: 127.0.0.1
kvstore:
store: inmemory
replication_factor: 1
path_prefix: /data/loki
storage:
filesystem:
chunks_directory: /data/loki/chunks
schema_config:
configs:
- from: 2020-05-15
store: tsdb
object_store: filesystem
schema: v13
index:
prefix: index_
period: 24h
ruler:
storage:
type: local
local:
directory: /data/loki/rules
storage_config:
filesystem:
directory: /data/loki/chunks