ovh / beamium

Prometheus to Warp10 metrics forwarder
Other
84 stars 21 forks source link

Feature: Remove label during scraping #86

Closed PierreZ closed 5 years ago

PierreZ commented 5 years ago

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.