envoyproxy/envoy

Tracing: upstream_cluster attribute missing when backend has no healthy replicas

Open

#25,887 建立於 2023年3月2日

在 GitHub 查看
 (4 留言) (2 反應) (0 負責人)C++ (5,373 fork)batch import
area/routerenhancementhelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

Title: Tracing: upstream_cluster attribute missing when backend has no healthy replicas

Description:

Given an envoy cluster of "foo_cluster" with some number of backends that is addressed via a k8s service name "foo-service".

If "foo_cluster" doesn't have any healthy backends (e.g. they are missing entirely, or maybe crash looping), spans generated by envoy on traffic that matches "foo_cluster" are missing the "upstream_cluster" attribute.

It would be helpful if "upstream_cluster" was always populated.

貢獻者指南