monitoring: add grafanalib, containers dashboard

This commit is contained in:
2024-10-30 18:16:17 -07:00
parent fc6e485a61
commit 0e43a68754
13 changed files with 472 additions and 228 deletions

View File

@@ -5,10 +5,11 @@
post_tasks:
- name: Docker prune objects
docker_prune:
containers: yes
images: yes
containers: true
# Keep images for building grafana
images: true
images_filters:
dangling: false
until: "720h"
networks: true
volumes: true
builder_cache: true
builder_cache: false