traefik/pkg/provider/traefik/fixtures/prometheus_simple.json
2024-02-15 16:40:05 +01:00

21 lines
342 B
JSON

{
"http": {
"routers": {
"prometheus": {
"entryPoints": [
"test"
],
"service": "prometheus@internal",
"rule": "PathPrefix(`/metrics`)",
"priority": 9223372036854775807
}
},
"services": {
"noop": {},
"prometheus": {}
}
},
"tcp": {},
"tls": {}
}