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

Dependents (0)

Package Sidebar

Install

npm i flameguard

Weekly Downloads

6

Version

1.0.9

License

ISC

Last publish

Collaborators

  • duythinht