0.4.0 • Published 5 years ago
@seneca/user-telemetry v0.4.0
@seneca/user-telemetry
A Seneca plugin that provides basic user telemetry operations and integrates with various third party services.
Install
$ npm install @seneca/user-telemetry
Action Patterns
Action Descriptions
« get:stats,sys:user-telemetry
»
Get event collection statistics.
Examples
get:stats,sys:user-telemetry,get:stats
Replies With
{
_start: 'Start time',
_last: 'Last event time',
_instance: 'Seneca instance id',
user_cmd: 'Count of _user_cmd_ (e.g. register, login, ...) events seen'
}