4 条评论 (4 条评论)0 个反应 (0 个反应)0 位负责人 (0 位负责人)C++5,373 个派生 (5,373 个派生)batch import
area/tracingenhancementhelp wanted
仓库指标
- 星标
- 27,997 个星标 (27,997 个星标)
- PR 合并指标
- 平均合并 8天 (平均合并 8天)30 天内合并 378 个 PR (30 天内合并 378 个 PR)
描述
Title: Fluentd HTTP tracing support
Description:
We are currently using Fluentd protocol to collect and log Envoy access logs using envoy.access_loggers.fluentd extension and was wondering whether it make sense to add fluentd protocol support in HTTP tracing as well?
贡献者指南
- 研究方向
- 检查 Envoy 中现有的 Fluentd 访问日志实现(source/extensions/access loggers/fluentd),了解其发送日志的方式。然后研究 HTTP 追踪管道(source/extensions/tracers/),确定在何处以及如何添加 Fluentd 对追踪 span 的支持。可能重用 fluentd 客户端代码并进行适配。
- 技术栈
- ccpp
- 领域
- backendnetworkingapi
- 议题类型
- 功能
- 前置要求
- C++Envoy internalsFluentd protocolHTTP tracing concepts