envoyproxy/envoy

wasm: envoy specific ABI to add tags to active span

Open

#13.731 aperta il 23 ott 2020

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/tracingarea/wasmhelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

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

Guida contributor