chore: upgrade logging stack - mirrors, Alloy, Loki, Grafana (#96, #97, #98, #99) #102

Merged
egullickson merged 8 commits from issue-96-update-mirror-base-images into main 2026-02-06 02:16:51 +00:00
2 changed files with 7 additions and 8 deletions
Showing only changes of commit fc2dc21547 - Show all commits

View File

@@ -15,24 +15,23 @@ ingester:
schema_config:
configs:
- from: 2020-01-01
store: boltdb-shipper
store: tsdb
object_store: filesystem
schema: v11
schema: v13
index:
prefix: index_
period: 24h
storage_config:
boltdb_shipper:
active_index_directory: /loki/boltdb-shipper-active
cache_location: /loki/boltdb-shipper-cache
shared_store: filesystem
tsdb_shipper:
active_index_directory: /loki/tsdb-index
cache_location: /loki/tsdb-cache
filesystem:
directory: /loki/chunks
compactor:
working_directory: /loki/compactor
shared_store: filesystem
limits_config:
retention_period: 720h # 30 days
allow_structured_metadata: false

View File

@@ -266,7 +266,7 @@ services:
# Log Aggregation - Loki
mvp-loki:
image: ${REGISTRY_MIRRORS:-git.motovaultpro.com/egullickson/mirrors}/grafana/loki:2.9.0
image: ${REGISTRY_MIRRORS:-git.motovaultpro.com/egullickson/mirrors}/grafana/loki:3.6.1
container_name: mvp-loki
restart: unless-stopped
volumes: