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

54 lines
672 B
JSON
Raw Normal View History

2019-07-12 09:10:03 +00:00
{
"features": {
"accessLog": false,
"metrics": "",
2023-05-15 14:38:05 +00:00
"tracing": ""
2019-07-12 09:10:03 +00:00
},
"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": {
2021-06-11 13:30:05 +00:00
"middlewares": {
"errors": 1,
"total": 3,
"warnings": 0
},
2019-07-12 09:10:03 +00:00
"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
}
2020-02-26 10:12:06 +00:00
},
"udp": {
"routers": {
"errors": 0,
"total": 0,
"warnings": 0
},
"services": {
"errors": 0,
"total": 0,
"warnings": 0
}
2019-07-12 09:10:03 +00:00
}
}