View Source Dopple.Measurement protocol (Dopple v0.1.1-alpha12)

Describes a measurement that should be retrieved from a set of targets on a given a set of schedules

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

add_schedule(measurement, schedule)

View Source
@spec add_schedule(t(), Dopple.Schedule.t()) :: {:ok, t()} | {:error, any()}
Link to this function

add_target(measurement, target)

View Source
@spec add_target(t(), Dopple.Target.t()) :: {:ok, t()} | {:error, any()}
@spec producer(t()) :: {:ok, GenStage.stage()} | {:error, any()}