Switch loki-batch-size to string

This commit is contained in:
Joey Hafner 2022-07-13 13:09:52 -07:00
parent d7a18cec66
commit 5ea87a5d1f

View File

@ -8,7 +8,7 @@ services:
driver: loki
options:
loki-url: http://localhost:3100/loki/api/v1/push
loki-batch-size: 50
loki-batch-size: "50"
# loki-retries: 1
# loki-timeout: 2s
# loki-labels: "com.docker.compose.project,com.docker.compose.service"