gen_metrics v0.2.0 GenMetrics.GenServer.Server
A struct used to aggregate statistical metrics data for a GenServer process.
The fields are:
name
- the module name for the GenServer processpid
- thepid
for the GenServer processcalls
-GenMetrics.GenServer.Stats
forGenServer.handle_call/3
callbackscasts
-GenMetrics.GenServer.Stats
forGenServer.handle_cast/2
callbacksinfos
-GenMetrics.GenServer.Stats
forGenServer.handle_info/2
callbacks