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

Commit

Permalink
feat: add runtime metrics (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
moolen authored Dec 9, 2021
1 parent 458f39a commit 8ff5aa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/daemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ async function main () {
})

const registry = Prometheus.register
Prometheus.collectDefaultMetrics({ register: registry })
const metrics = new Metrics({ registry })

const pollerFactory = new PollerFactory({
Expand Down

0 comments on commit 8ff5aa0

Please sign in to comment.