envoyproxy/envoy

Allow removing some of the default tags from zipkin traces

Open

#27 614 ouverte le 24 mai 2023

Voir sur GitHub
 (1 commentaire) (1 réaction) (0 assignés)C++ (5 373 forks)batch import
area/tracingenhancementhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

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

Guide contributeur