I'm already trying to use this exporters for simple icmp probes:
https://github.com/prometheus/blackbox_exporter
It gives only 3 icmp latency metrics
https://github.com/czerwonk/atlas_exporter
Only metrics for atlass ids
https://github.com/SuperQ/smokeping_prober
Some icmp metrics without packet loss
https://gist.github.com/maesoser/fd0232ab372003c2bc892ae39ea249f6
Some icmp metrics without packet loss
and this mtr exporter
https://github.com/Shinzu/mtr_exporter
Give all metrics but I can't understand how to conquer routes and get actual mtr info.
So I can't get actual latency and packet loss metrics from no one from this exporters, can You recomend for me some one exporter with this options(packet loss, latency) or explain how mtr_exporter works and some url to related grafana dashboard template?
Regards