Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 7ef54b2

Browse files
committed
chore: use forked module until roylines/node-epimetheus#63 is merged
1 parent 946e8a1 commit 7ef54b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"dependencies": {
3333
"data-queue": "0.0.3",
3434
"debug": "^4.1.1",
35-
"epimetheus": "achingbrain/node-epimetheus#hapi-18-support",
3635
"@hapi/hapi": "^18.3.1",
3736
"@hapi/inert": "^5.2.1",
3837
"libp2p-crypto": "~0.17.0",
3938
"mafmt": "^6.0.7",
39+
"menoetius": "~0.0.2",
4040
"merge-recursive": "0.0.3",
4141
"minimist": "^1.2.0",
4242
"multiaddr": "^6.1.0",

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const Hapi = require('@hapi/hapi')
44
const path = require('path')
5-
const epimetheus = require('epimetheus')
5+
const menoetius = require('menoetius')
66
const merge = require('merge-recursive').recursive
77
const Inert = require('@hapi/inert')
88
const { readFileSync } = require('fs')
@@ -52,7 +52,7 @@ exports.start = async (options = {}) => {
5252
})
5353

5454
if (config.metrics) {
55-
epimetheus.instrument(http)
55+
menoetius.instrument(http)
5656
}
5757

5858
return http

0 commit comments

Comments
 (0)