traefik/pkg/api/testdata/overview-dynamic.json
mpl 6fdd48509e config: deal with multiple errors and their criticality
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
2019-07-15 17:04:04 +02:00

36 lines
449 B
JSON

{
"features": {
"accessLog": false,
"metrics": "",
"tracing": ""
},
"http": {
"middlewares": {
"errors": 1,
"total": 3,
"warnings": 0
},
"routers": {
"errors": 1,
"total": 3,
"warnings": 1
},
"services": {
"errors": 1,
"total": 3,
"warnings": 1
}
},
"tcp": {
"routers": {
"errors": 0,
"total": 2,
"warnings": 0
},
"services": {
"errors": 0,
"total": 1,
"warnings": 0
}
}
}