envoyproxy/envoy

Tracing for WASM plugins

开放

#40,859 创建于 2025年8月26日

 (0 条评论) (3 个反应) (0 位负责人)C++ (5,373 个派生)batch import
area/tracingarea/wasmenhancementhelp wanted

仓库指标

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

描述

Title: Tracing for WASM plugins

Description: Currently, when one has enabled OpenTelemetry tracing and has enabled a WASM plugin, the WASM plugin is not visible in the trace. Depending on the plugin, in our case the Coraza Web Application Firewall, significant time can be spent there. So it would be cool to create a span whilst the proxy is executing the WASM plugin :)

In !10563 a ABI to trace inside WASM plugins is requested, this request however only focuses on the execution time of the plugin itself, nothing in the plugin.

贡献者指南