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