gen_metrics v0.2.0 GenMetrics.GenServer.Summary
A struct used to report summary metrics data for a GenServer process. The numbers reported reflect totals during a given metrics collection window interval.
The fields are:
name
- the module name for the GenServer processpid
- thepid
for the GenServer processcalls
- the number ofGenServer.handle_call/3
callscasts
- the number ofGenServer.handle_cast/2
callsinfos
- the number ofGenServer.handle_info/2
callstime_on_calls
- the number of milliseconds spent on callstime_on_casts
- the number of milliseconds spent on caststime_on_infos
- the number of milliseconds spent on infos