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