Prometheus client for Mesa
npm install mesa-prom-clientzsh
yarn add mesa-prom-client
`Usage
`js
import { Registry } from 'prom-client'import Mesa from '@cryb/mesa'
import PromClient from 'mesa-prom-client'
const mesa = new Mesa()
const register = new Registry()
mesa.use(PromClient({ register }))
// other mesa stuff
``