# Functions
New creates and configures a new Ping instance.
NewHistory creates a new History object with a specific capacity.
# Structs
History represents the ping history for a single node/device.
Metrics is a dumb data point computed from a history of Results.
Monitor manages the goroutines responsible for collecting Ping RTT data.
Result stores the information about a single ping, in particular the round-trip time or whether the packet was lost.