prometheus_varnish_exporter icon indicating copy to clipboard operation
prometheus_varnish_exporter copied to clipboard

feature request: extra labels option

Open danielmotaleite opened this issue 6 years ago • 0 comments

Hi

I'm running in AWS and i would like that the exporter could take some command line parameters with "extra label" to inject in the metrics. The idea is to inject the availability-zone and possibly the region in the metrics directly. So i would curl the aws metadata and get the info and pass it in the exporter inside the container.

Something like -label "az=$az, region=$region" would be perfect. This would make easier to find where the requests are coming from

Thanks for the exporter!

danielmotaleite avatar Sep 02 '19 20:09 danielmotaleite