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