envoyproxy / envoyproxy/envoy

wasm: envoy specific ABI to add tags to active span

Open
#13,731 1 comment 0 reactions 0 assignees View on GitHub
area/tracing area/wasm help wanted
Dominant language
C++
Stars
28.9k
Forks
5.6k
Avg merge
1d 20h
Merged PRs (30d)
437

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.