LukeSiX
LukeSiX
Hi, if you started with prometheus recently, you probably would vote for metric prefix, but if you have snmp and prometheus running for many years because you have an 5+...
Also the adjustment for the calculation for the fping -p option would be nice. worker.go: "-p", // period fmt.Sprintf("%.0f", w.spec.period.Seconds()*500/float64(w.spec.count)) the factor 500 instead of 1000 (for milliseconds) distributes the...
target.go: quantile := fmt.Sprintf("%.3f", (float64(i)+1.0)/count) This will lead to more metrics, but adjusting the graph.json to display this is gonna be difficult, I also don't have an idea or suggestion...