Open
Description
Proposal
Traefik v2 dashboard already displays which servers and how many of them are in a service pool, could be nice to have this info also as a metric (similar to traefik_backend_server_up
in 1.7
)
Background
In some cases we would like to divide the total open connections/total requests by the number of backends behind a maesh mesh to get AVG.
Workarounds
dividing the traefik_service_open_connections
by kube_service_info
or by kube_endpoint_address_available
in both cases the service filter value is not identical (between traefik metric and ksm metric), which prevents us from templating the service name into the grafana board.