mesa-prom-client
v1.0.3
Published
Prometheus client for Mesa
Readme
mesa-prom-client
Prometheus client for Mesa servers
Installation
yarn add mesa-prom-clientUsage
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 stuffLicense
MIT
