envoyproxy/envoy

tracing: revisit perf implication of many trace tags

Open

#9,653 opened on Jan 10, 2020

View on GitHub
 (0 comments) (1 reaction) (0 assignees)C++ (5,373 forks)batch import
area/perfarea/tracinghelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 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.

Contributor guide