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

Commit 8ff5aa0

Browse files
authored
feat: add runtime metrics (#877)
1 parent 458f39a commit 8ff5aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/daemon.js

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ async function main () {
5656
})
5757

5858
const registry = Prometheus.register
59+
Prometheus.collectDefaultMetrics({ register: registry })
5960
const metrics = new Metrics({ registry })
6061

6162
const pollerFactory = new PollerFactory({

0 commit comments

Comments
 (0)