Expand description
Limon core library.
-
monitor - Provides abstractions for collecting measurements from different types of monitoring sources (e.g., network pings, http endpoints). Each monitor implements the
measure
method, which returns aMeasurement
result. -
schedule – Provides the
Schedulable
trait and theSchedule
struct for managing objects that are polled or executed at regular intervals. Items implementingSchedulable
have a uniqueid
and an associated interval, allowing efficient lookup and grouping.