Try to fix loki docker timeout
doesn't really work, but better than nothing
This commit is contained in:
parent
cc1bff80f7
commit
e4ac3e8977
1 changed files with 5 additions and 1 deletions
|
@ -49,7 +49,11 @@ in {
|
||||||
log-driver = "loki";
|
log-driver = "loki";
|
||||||
log-opts = {
|
log-opts = {
|
||||||
loki-url = "http://localhost:3100/loki/api/v1/push";
|
loki-url = "http://localhost:3100/loki/api/v1/push";
|
||||||
# loki-url = "http://host.docker.internal:3100/loki/api/v1/push";
|
loki-batch-size = "400";
|
||||||
|
loki-max-backoff = "800ms";
|
||||||
|
loki-retries = "2";
|
||||||
|
loki-timeout = "1s";
|
||||||
|
keep-file = "true";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue