1
0
Fork 0
traefik/pkg/provider/traefik/fixtures/prometheus_simple.json
Romain bb7ef7b48a
Deprecate defaultRuleSyntax and ruleSyntax options
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2025-03-21 11:02:04 +01:00

21 lines
375 B
JSON

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