Added boilerplate for Prometheus

This commit is contained in:
2022-08-27 16:04:27 +02:00
parent 092cbcfdd1
commit 6db423d170
5 changed files with 63 additions and 6 deletions

View File

@ -0,0 +1,10 @@
[
{
"targets": [
"api:9091"
],
"labels": {
"job": "5f11-api"
}
}
]