envoyproxy/envoy
Voir sur GitHubAdd functionality to set trace ID equal to x-request-id in Envoy
Open
#35 756 ouverte le 20 août 2024
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
Hello guys!
We use nginx and envoy. For a long time on nginx, we made sure that x-request-id matched trace id. Now we want to phase out nginx, but we can't replicate the same logic at envoy.
Please add the functionality to set trace equal to x-request-id (if the header was absent in the original request).