1.0.9 • Published 7 years ago

flameguard v1.0.9

Weekly downloads
75
License
ISC
Repository
-
Last release
7 years ago

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
1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago