'use strict'; module.exports = () => ({ getMetricsLastHour: () => Promise.resolve([]), insert: () => Promise.resolve(), on: () => {} });