create grafana dashboards into separate folders

This commit is contained in:
2025-11-07 22:34:44 +01:00
parent 8aeb823e50
commit bd8065b657
14 changed files with 15300 additions and 22 deletions

View File

@@ -48,3 +48,11 @@ scrape_configs:
- job_name: cadvisor
static_configs:
- targets: ['elasticsearch:8080']
- job_name: mysql
metrics_path: /probe
static_configs:
- targets: ['database:9104']
relabel_configs:
- target_label: __param_target
replacement: localhost:3306