1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/lib/events.js
Moritz Johner 3f7040772e feat: add db query latency metrics (#473)
* feat: add db metrics
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

* fix: use base unit

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2019-08-04 11:10:50 +02:00

7 lines
95 B
JavaScript

'use strict';
module.exports = {
REQUEST_TIME: 'request_time',
DB_TIME: 'db_time',
};