1.0.1 • Published 3 years ago

observability-express-certsys v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

bservability-express-certsys

Installation

Choose one of the tools you are using, we are developing for others and will be added soon.

General

npm install observability-express-certsys

Express

const express = require('express');
const collectMetrics = require('package-name/express');

const app = express();

collectMetrics(app);

// your routes here

app.listen(3000)
1.0.1

3 years ago

1.0.0

3 years ago