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

54 lines
682 B
JSON
Raw Normal View History

2019-07-12 09:10:03 +00:00
{
"features": {
"accessLog": false,
"metrics": "Prometheus",
2024-01-08 08:10:06 +00:00
"tracing": ""
2019-07-12 09:10:03 +00: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 13:30:05 +00:00
"middlewares": {
"errors": 0,
"total": 0,
"warnings": 0
},
2019-07-12 09:10:03 +00:00
"routers": {
"errors": 0,
"total": 0,
"warnings": 0
},
"services": {
"errors": 0,
"total": 0,
"warnings": 0
}
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
}
}