1.0.3 • Published 4 years ago

mesa-prom-client v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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