1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/lib/events.js
ivaosthu b46fb7507f Server Metrics with Prometheus
Implementation use internal eventBus to enable loose counting in the app.

read more at https://prometheus.io/

Closes #98
2016-11-30 23:41:57 +01:00

6 lines
174 B
JavaScript

module.exports = {
TOGGLES_FETCH: 'toggles:fetch',
TOGGLES_CREATE: 'toggles:create',
CLIENT_REGISTER: 'client:register',
CLIENT_METRICS: 'toggles:metrics',
}