From 4d0aec8ec9c1339039e0492609e5834310b84a5d Mon Sep 17 00:00:00 2001 From: royalcat <k.adamovich20@gmail.com> Date: Thu, 11 Apr 2024 23:25:51 +0300 Subject: [PATCH] fix --- docker-compose.yaml | 2 ++ tempo/config.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index e48a4bf..b0476d7 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -45,6 +45,8 @@ services: resources: limits: memory: 1g + links: + - prometheus expose: - "3100" command: -config.file=/etc/loki/config.yaml diff --git a/tempo/config.yaml b/tempo/config.yaml index 20f020e..69c932d 100644 --- a/tempo/config.yaml +++ b/tempo/config.yaml @@ -31,7 +31,7 @@ compactor: storage: trace: - backend: s3 + backend: local wal: path: /tempo-data/wal # where to store the the wal locally local: