traefik/pkg/api/testdata/overview-dynamic.json

36 lines
449 B
JSON
Raw Normal View History

2019-07-12 09:10:03 +00:00
{
"features": {
"accessLog": false,
"metrics": "",
"tracing": ""
},
"http": {
"middlewares": {
"errors": 1,
2019-07-12 09:10:03 +00:00
"total": 3,
"warnings": 0
},
"routers": {
"errors": 1,
"total": 3,
"warnings": 1
2019-07-12 09:10:03 +00:00
},
"services": {
"errors": 1,
"total": 3,
"warnings": 1
2019-07-12 09:10:03 +00:00
}
},
"tcp": {
"routers": {
"errors": 0,
"total": 2,
"warnings": 0
},
"services": {
"errors": 0,
"total": 1,
"warnings": 0
}
}
}