ovh / beamium

Prometheus to Warp10 metrics forwarder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Remove label during scraping

PierreZ opened this issue · comments

I have a specific usecase where a prometheus endpoint is generating useless labels that are creating many GTS, I would love to drop labels during scraping ❤️

Usecase:

Flink is generating metrics with a jobname and jobid label. JobID is changing every time the job is restarted. I'm only querying through the jobname label.