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

36 lines
465 B
JSON
Raw Normal View History

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