envoyproxy/envoy

wasm: envoy specific ABI to add tags to active span

Open

#13,731 建立於 2020年10月23日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)C++ (5,373 fork)batch import
area/tracingarea/wasmhelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

Title: envoy specific ABI to add tags to active span

Description: Currently, we don't have a way to add tags to the active span for a request being processed by wasm filter. We would like to add an envoy specific ABI which would allow us to do the same.

extern "C" WasmResult envoy_set_active_span_tag(const char* key_ptr, size_t key_size,
                                                const char* value_ptr, size_t value_size);

貢獻者指南