envoyproxy/envoy

Upstream Statistics supports to be collected per upstream_host

Open

#21.177 geöffnet am 6. Mai 2022

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/statshelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide