envoyproxy/envoy

tracing: revisit perf implication of many trace tags

Open

#9 653 ouverte le 10 janv. 2020

Voir sur GitHub
 (0 commentaires) (1 réaction) (0 assignés)C++ (5 373 forks)batch import
area/perfarea/tracinghelp 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

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.

Guide contributeur