monitoring: add initial stack with grafana, loki, and promtail

This commit is contained in:
2023-04-07 17:00:48 -07:00
parent 40964c0f60
commit bd8e1b8e38
11 changed files with 212 additions and 3 deletions

View File

@@ -1,4 +1,10 @@
{
"ipv6": true,
"fixed-cidr-v6": "{{ docker_ipv6_subnet | ansible.utils.ipsubnet(80, 0) }}"
"fixed-cidr-v6": "{{ docker_ipv6_subnet | ansible.utils.ipsubnet(80, 0) }}",
"log-driver": "loki",
"log-opts": {
"loki-url": "http://localhost:3100/loki/api/v1/push",
"loki-batch-size": "400",
"loki-retries": "5"
}
}