mirror of
https://github.com/Dannecron/grafana-for-dev.git
synced 2025-12-25 15:52:35 +03:00
[loki] bump version up to 3.1.1, change conf
This commit is contained in:
@@ -3,7 +3,7 @@ COMPOSE_PROFILES=grafana
|
|||||||
GRAFANA_VERSION=9.5.6
|
GRAFANA_VERSION=9.5.6
|
||||||
GRAFANA_HOST=grafana.docker.localhost
|
GRAFANA_HOST=grafana.docker.localhost
|
||||||
|
|
||||||
LOKI_STACK_VERSION=2.6.0
|
LOKI_STACK_VERSION=3.1.1
|
||||||
LOKI_HOST=loki.docker.localhost
|
LOKI_HOST=loki.docker.localhost
|
||||||
LOKI_PROMTAIL_HOST=promtail.docker.localhost
|
LOKI_PROMTAIL_HOST=promtail.docker.localhost
|
||||||
|
|
||||||
|
|||||||
@@ -17,10 +17,10 @@ common:
|
|||||||
|
|
||||||
schema_config:
|
schema_config:
|
||||||
configs:
|
configs:
|
||||||
- from: 2020-10-24
|
- from: 2024-01-01
|
||||||
store: boltdb-shipper
|
|
||||||
object_store: filesystem
|
object_store: filesystem
|
||||||
schema: v11
|
schema: v13
|
||||||
|
store: tsdb
|
||||||
index:
|
index:
|
||||||
prefix: index_
|
prefix: index_
|
||||||
period: 24h
|
period: 24h
|
||||||
@@ -39,4 +39,4 @@ ruler:
|
|||||||
#
|
#
|
||||||
# If you would like to disable reporting, uncomment the following lines:
|
# If you would like to disable reporting, uncomment the following lines:
|
||||||
#analytics:
|
#analytics:
|
||||||
# reporting_enabled: false
|
# reporting_enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user