envoyproxy/envoy

wasm: envoy specific ABI to add tags to active span

Open

#13,731 opened on 2020年10月23日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/tracingarea/wasmhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

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

コントリビューターガイド