grafana: add caddy metrics/dashboard
This commit is contained in:
parent
a9212a0118
commit
98fe84c999
3 changed files with 2642 additions and 1 deletions
2623
modules/nixos/services/homeserver/grafana/dashboards/caddy.json
Normal file
2623
modules/nixos/services/homeserver/grafana/dashboards/caddy.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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" ];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue