Skip to content

Commit

Permalink
Change Grafana's Loki dependency condition from service_healthy to se…
Browse files Browse the repository at this point in the history
…rvice_started

Signed-off-by: Weifeng Wang <[email protected]>
  • Loading branch information
qclaogui committed Feb 6, 2025
1 parent 86ff7c7 commit 42d970f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
metrics.grafana.com/scrape: false
depends_on:
loki:
condition: service_healthy
condition: service_started
tempo:
condition: service_started
mimir:
Expand Down

0 comments on commit 42d970f

Please sign in to comment.