Skip to content

Commit

Permalink
♻️ migrate from deprecated api (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasScholzTW committed Aug 24, 2021
1 parent 50fe7a8 commit 6cba13f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/docker-compose/loki/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
logging:
driver: loki
options:
loki-url: 'http://localhost:3100/api/prom/push'
loki-url: 'http://localhost:3100/loki/api/v1/push'

loki:
image: grafana/loki:2.3.0
Expand All @@ -27,7 +27,7 @@ services:
logging:
driver: loki
options:
loki-url: 'http://localhost:3100/api/prom/push'
loki-url: 'http://localhost:3100/loki/api/v1/push'

prometheus:
image: prom/prometheus:latest
Expand All @@ -39,7 +39,7 @@ services:
logging:
driver: loki
options:
loki-url: 'http://localhost:3100/api/prom/push'
loki-url: 'http://localhost:3100/loki/api/v1/push'

grafana:
image: grafana/grafana:8.1.1
Expand All @@ -54,4 +54,4 @@ services:
logging:
driver: loki
options:
loki-url: 'http://localhost:3100/api/prom/push'
loki-url: 'http://localhost:3100/loki/api/v1/push'

0 comments on commit 6cba13f

Please sign in to comment.