higress-group/higress

wasm plugin support custom stats_tags

Open

#1,148 opened on Jul 23, 2024

 (1 comment) (0 reactions) (0 assignees)Go (1,219 forks)github user discovery
area/observabilityhelp wantedlevel/normal

Repository metrics

Stars
 (9,036 stars)
PR merge metrics
 (Avg merge 7d 9h) (18 merged PRs in 30d)

Description

Why do you need it?

我正在开发一个插件用来记录某些特定模型的响应延迟情况,作为评估是否该扩容的指标之一,但是我发现通过 /stats/prometheus 读取的metrics不能解析这些指标的label,似乎这些指标的label解析固定在了 stats_tags 配置中,还没有修改的办法,希望能有自定义操作它的方法,无论通过configmap or xds,我还不太清楚怎么实现。

Contributor guide