envoyproxy/envoy

tracing: revisit perf implication of many trace tags

Open

#9.653 aberto em 10 de jan. de 2020

Ver no GitHub
 (0 comments) (1 reaction) (0 assignees)C++ (5.373 forks)batch import
area/perfarea/tracinghelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

We have an increasing amount of trace tags that we emit without any configuration. We should try to profile the cost of doing these tags, especially if there is no tracing configured (null tracer). We should potentially allow for the emitted tags to be configured in high perf scenarios.

Guia do colaborador