prometheus-community / pro-bing

A library for creating continuous probers
MIT License
344 stars 58 forks source link

Enhancing Statistics with Jitter Calculation #121

Open Mmefko opened 1 month ago

Mmefko commented 1 month ago

Have you ever thought about calculating jitter?

The Statistics structure contains Rtts, which holds all the round-trip times sent via this pinger. You could calculate min, average, and max jitter based on these values, which would provide more detailed insights. Jitter: RFC 4689

SuperQ commented 1 month ago

Seems like a nice feature, care to create a PR?

Mmefko commented 1 month ago

I've just started some R&D for monitoring purposes, so I can try to implement something. However, there's no specific timeline or expected results as this isn't a priority task at the moment.