feat(metrics): Add blackbox exporter

This commit is contained in:
Tristan Daniël Maat 2025-02-11 02:56:43 +08:00
parent 92f5040cbc
commit 07b5064a85
Signed by: tlater
GPG key ID: 49670FD774E43268
3 changed files with 50 additions and 3 deletions
configuration/services/metrics

View file

@ -47,7 +47,7 @@ in
};
extraSettings = mkOption {
type = types.anything;
inherit (pkgs.formats.yaml { }) type;
description = ''
Other settings to set for this scrape config.
'';
@ -217,6 +217,7 @@ in
name: exporter:
# A bunch of deprecated exporters that need to be ignored
!(builtins.elem name [
"blackbox"
"minio"
"tor"
"unifi-poller"