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

54 lines
672 B
JSON
Raw Normal View History

2019-07-12 11:10:03 +02:00
{
"features": {
"accessLog": false,
"metrics": "",
2023-05-15 16:38:05 +02:00
"tracing": ""
2019-07-12 11:10:03 +02:00
},
"http": {
"middlewares": {
"errors": 0,
"total": 0,
"warnings": 0
},
"routers": {
"errors": 0,
"total": 0,
"warnings": 0
},
"services": {
"errors": 0,
"total": 0,
"warnings": 0
}
},
"tcp": {
2021-06-11 15:30:05 +02:00
"middlewares": {
"errors": 0,
"total": 0,
"warnings": 0
},
2019-07-12 11:10:03 +02:00
"routers": {
"errors": 0,
"total": 0,
"warnings": 0
},
"services": {
"errors": 0,
"total": 0,
"warnings": 0
}
2020-02-26 11:12:06 +01:00
},
"udp": {
"routers": {
"errors": 0,
"total": 0,
"warnings": 0
},
"services": {
"errors": 0,
"total": 0,
"warnings": 0
}
2019-07-12 11:10:03 +02:00
}
}