envoyproxy/envoy

Allow removing some of the default tags from zipkin traces

開放

#27,614 建立於 2023年5月24日

 (1 則留言) (1 個反應) (0 位負責人)C++ (5,373 個分叉)batch import
area/tracingenhancementhelp wanted

倉庫指標

星標
 (27,997 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南