gen_metrics v0.2.0 GenMetrics.GenStage.Summary
A struct used to report summary metrics data for a GenStage process. The numbers reported reflect totals during a given metrics collection window interval.
The fields are:
name
- the module name for the GenStage processpid
- thepid
for the GenStage processcallbacks
- the number of callbacks on the GenStage processtime_on_callbacks
- the number of milliseconds spent on callbacksdemand
- the upstream demand on the GenStage processevents
- the number of events emitted by the GenStage process