envoyproxy/envoy

Upstream Statistics supports to be collected per upstream_host

Open

#21.177 aberto em 6 de mai. de 2022

Ver no GitHub
 (8 comments) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/statshelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

Title: Upstream Statistics supports to be collected per upstream_host

Description:

There are many useful statistics for upstream clusters https://www.envoyproxy.io/docs/envoy/latest/configuration/upstream/cluster_manager/cluster_stats#statistics These statistics are collected per cluster, if there are just few of the upstream hosts having issues like: More 5xx responses, More higher latency, More connection failed, then it is not easy to find which upstream host has issues based on the statistics.
If these statistics can be collected per upstream host, then it can be more useful when debug issues.

Guia do colaborador