deepflowio / deepflow

eBPF Observability - Distributed Tracing and Profiling
https://deepflow.io
Apache License 2.0
3k stars 335 forks source link

feat: stats counter supports storing string type as tag #8559

Closed lzf575 closed 3 days ago

lzf575 commented 3 days ago

目前counter 结构中都是metrics字段, 现在 增加 string类型的字段,会按 tag处理,写入tag_names 和 tag_values 中

This PR is for: