Monitoring Stack: add loki logging
This commit is contained in:
parent
71f4277ef4
commit
f5f33d4c58
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- graphite
|
- graphite
|
||||||
- prometheus
|
- prometheus
|
||||||
|
logging:
|
||||||
|
driver: loki
|
||||||
|
options:
|
||||||
|
loki-url: "http://localhost:3100/loki/api/v1/push"
|
||||||
|
max-size: "200m"
|
||||||
|
|
||||||
|
|
||||||
##############################################
|
##############################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue