prometheus

This commit is contained in:
nora 2024-08-07 14:39:23 +02:00
parent 0d39279ac9
commit ec7be408a1
5 changed files with 58 additions and 3 deletions

View file

@ -10,8 +10,17 @@
insecure true
}
servers {
metrics
}
}
http:// {
respond "This is an HTTPS-only server, silly you. Go to https:// instead." 418
}
# HTTP
:9010 {
metrics /metrics
}