From 27caa53fdc2ecbe33d8958d5fd0d72696acd12bb Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 27 Sep 2024 20:35:17 -0700 Subject: [PATCH] bump some versions --- lotus-land-story/grafana.yml | 2 +- lotus-land-story/loki.yml | 17 ++++++++--------- lotus-land-story/prometheus.yml | 1 + 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lotus-land-story/grafana.yml b/lotus-land-story/grafana.yml index f3db773..403d933 100644 --- a/lotus-land-story/grafana.yml +++ b/lotus-land-story/grafana.yml @@ -3,7 +3,7 @@ vars_files: - vars.yml vars: - version: 11.1.5 + version: 11.2.1 tasks: - name: Create Grafana dir diff --git a/lotus-land-story/loki.yml b/lotus-land-story/loki.yml index 99f7335..2f8639b 100644 --- a/lotus-land-story/loki.yml +++ b/lotus-land-story/loki.yml @@ -4,7 +4,7 @@ - name: Set up Loki hosts: lotus-land-story vars: - version: 2.8.0 + version: 2.9.0 tasks: - name: Provision Grafana @@ -72,14 +72,13 @@ schema: v12 store: tsdb - # https://grafana.com/docs/loki/latest/operations/storage/tsdb/ - - from: 2024-09-27 - index: - period: 24h - prefix: index_ - object_store: filesystem - schema: v12 - store: tsdb + # - from: 2024-09-28 + # index: + # period: 24h + # prefix: index_ + # object_store: filesystem + # schema: v13 + # store: tsdb storage_config: filesystem: diff --git a/lotus-land-story/prometheus.yml b/lotus-land-story/prometheus.yml index 35b94cf..6652110 100644 --- a/lotus-land-story/prometheus.yml +++ b/lotus-land-story/prometheus.yml @@ -85,6 +85,7 @@ - /var/run:/var/run:rw - /sys:/sys:ro - /var/lib/docker/:/var/lib/docker:ro + - /etc/machine-id:/etc/machine-id:ro restart_policy: unless-stopped networks: - name: lotus_land_story