mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
b46fb7507f
Implementation use internal eventBus to enable loose counting in the app. read more at https://prometheus.io/ Closes #98
6 lines
174 B
JavaScript
6 lines
174 B
JavaScript
module.exports = {
|
|
TOGGLES_FETCH: 'toggles:fetch',
|
|
TOGGLES_CREATE: 'toggles:create',
|
|
CLIENT_REGISTER: 'client:register',
|
|
CLIENT_METRICS: 'toggles:metrics',
|
|
} |