1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Go1,219 forks (1,219 forks)github user discovery
area/observabilityhelp wantedlevel/normal
Repository metrics
- Stars
- 9,036 stars (9,036 stars)
- PR merge metrics
- Avg merge 7d 9h (Avg merge 7d 9h)18 merged PRs in 30d (18 merged PRs in 30d)
Description
Why do you need it?
我正在开发一个插件用来记录某些特定模型的响应延迟情况,作为评估是否该扩容的指标之一,但是我发现通过 /stats/prometheus 读取的metrics不能解析这些指标的label,似乎这些指标的label解析固定在了 stats_tags 配置中,还没有修改的办法,希望能有自定义操作它的方法,无论通过configmap or xds,我还不太清楚怎么实现。
Contributor guide
- Research direction
- Investigate how stats tags are currently parsed in the wasm plugin and where customization could be added via configmap or xds. The user wants to customize stats tags for specific models.
- Tech stack
- gowasm
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GoWASM