This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
unleash.unleash
Watch
1
Star
0
Fork
0
You've already forked unleash.unleash
mirror of
https://github.com/Unleash/unleash.git
synced
2024-12-22 19:07:54 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
79de8fb7ed
unleash.unleash
/
lib
/
events.js
6 lines
72 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix lint
2016-12-04 14:09:37 +01:00
'use strict'
;
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
module
.
exports
=
{
Server Metrics: add response time and status codes
2016-12-01 17:43:08 +01:00
REQUEST
_TIME
:
'request_time'
,
fix lint
2016-12-04 14:09:37 +01:00
}
;
Reference in New Issue
Copy Permalink