envoyproxy/envoy

Add functionality to set trace ID equal to x-request-id in Envoy

Open

#35,756 创建于 2024年8月20日

在 GitHub 查看
 (8 评论) (5 反应) (0 负责人)C++ (5,373 fork)batch import
area/tracingenhancementhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

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).

贡献者指南