envoyproxy/envoy

Allow removing some of the default tags from zipkin traces

オープン

#27,614 opened on 2023/05/24

 (1 件のコメント) (1 件のリアクション) (0 人の担当者)C++ (5,373 件のフォーク)batch import
area/tracingenhancementhelp wanted

Repository metrics

Stars
 (27,997 個のスター)
PR merge metrics
 (PR metrics pending)

説明

The zipkin traces generated by envoy by default have a lot of tags and tags like response_size, request_size which can really bloat and load the trace backend. Some of these tags should really be logs.

Is there any way to configure envoy to not add some of these tags by default on the spans? i.e. some way to define a minimal set of tags which envoy should be attaching to each span. I couldn't find anything in here: https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/observability/tracing

コントリビューターガイド