Add metrics

This commit is contained in:
Tristan Daniël Maat 2023-09-25 03:32:04 +02:00
parent 7b69040928
commit afcc959bf9
Signed by: tlater
GPG key ID: 49670FD774E43268
6 changed files with 113 additions and 4 deletions

View file

@ -3,6 +3,16 @@
defaultSopsFile = ../keys/production.yaml;
secrets = {
# Grafana
"grafana/adminPassword" = {
owner = "grafana";
group = "grafana";
};
"grafana/secretKey" = {
owner = "grafana";
group = "grafana";
};
# Heisenbridge
"heisenbridge/as-token" = {};
"heisenbridge/hs-token" = {};