metrics: add host multi-mount storage metrics, Prometheus exporter, and Grafana panels

This commit is contained in:
mamad
2026-08-28 19:34:16 +03:30
parent cbd5247e2a
commit 55c9c2a4cf
6 changed files with 1795 additions and 229 deletions
File diff suppressed because it is too large Load Diff
@@ -2,6 +2,7 @@ apiVersion: 1
datasources:
- name: Prometheus
uid: copykar-prometheus
type: prometheus
access: proxy
url: http://prometheus:9090
+2 -1
View File
@@ -5,4 +5,5 @@ global:
scrape_configs:
- job_name: "copykar"
static_configs:
- targets: ["copykar:8000"]
- targets: ["copykar:8008"]