Dataminer which polls information from the drivers, and it polls frequently, so everytime it polls we want to send polling info to https://uk-onprem.fc.monitoring.bskyb.com/ctipas-cti-pas-metrics/prometheus_remote_write
based on some selected params, how can we achieve that
Hi Apurva,
If I understand correctly, you want a way to push certain metrics (acquired from other elements) to Prometheus. Have you considered the Prometheus Data Exporter connector (catalog link)? This connector allows you to subscribe to parameters from other elements and exposes a web service so Prometheus can pull these metrics. In Prometheus, you will need to set up an exporter.
Although Michiel's suggestion is widely used for similar scenarios, as far as I'm aware, Prometheus does not support receiving traps directly. I believe there are ways to combine it with other tools to support traps, but I would need to investigate further.
Hope all makes sense!