1.0.9 • Published 8 years ago

flameguard v1.0.9

Weekly downloads
75
License
ISC
Repository
-
Last release
8 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

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.3

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago