flameguard

1.0.9 • Public • Published

Prometheus client for ExpressJS

Install

npm install flameguard

Express middleware

const app = require("express")();
const flameguard = require('flameguard')
app.use(flameguard)
app.listen(3000, () => {
    console.log("App run on 3000")
})

Gather metrics

curl http://localhost:3000/metrics

Readme

Keywords

none

Package Sidebar

Install

npm i flameguard

Weekly Downloads

1

Version

1.0.9

License

ISC

Last publish

Collaborators

  • duythinht