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.
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
andjobid
label. JobID is changing every time the job is restarted. I'm only querying through the jobname label.