optimizing multiple targets performance
edvinaskairys opened this issue · 2 comments
Hello,
Is't possible to optimize multiple targets performance ?
What I've in mind is when you specify multiple hosts in Prometheus configuration.
It'd be nice to have an exporter modified to put all targets into one fping line for example:
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.1 10.1.14.2 10.1.14.3 10.1.14.4 10.1.14.5 10.1.14.6
instead of this:
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.1
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.2
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.3
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.4
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.5
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.6
is't possible ? Thanks
Do you know what is the name of the ping metric to add it onto my Grafana to be shown as a graph? Or search it on Prometheus?
@jaysonwor what did you mean by repeating my question?