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

read more at https://prometheus.io/

Closes #98
2020-02-20 08:30:40 +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',
}