grafana: add caddy metrics/dashboard

This commit is contained in:
wo2wz 2025-11-08 18:45:01 -05:00
parent a9212a0118
commit 98fe84c999
3 changed files with 2642 additions and 1 deletions

View file

@ -67,8 +67,13 @@
dashboards.settings.providers = [
{
name = "Node Exporter Full";
disableDeletion = true;
options.path = ./dashboards/node-exporter-full.json;
disableDeletion = true;
}
{
name = "Caddy";
options.path = ./dashboards/caddy.json;
disableDeletion = true;
}
];
@ -116,6 +121,14 @@
}
];
}
{
job_name = "Caddy";
static_configs = [
{
targets = [ "localhost:2019" ];
}
];
}
];
};
}