gen_metrics v0.2.0 GenMetrics.GenStage.Window
A struct used by the GenMetrics reporting process to periodically publish metrics data for a GenStage pipeline.
The fields are:
pipeline
- the associatedGenMetrics.GenStage.Pipeline
start
- the start time for the current metrics window intervalduration
- the length (ms) of the current metrics window intervalsummary
- a list ofGenMetrics.GenStage.Summary
, item per process on the pipelinestats
- (optional) a list ofGenMetrics.GenStage.Stage