1.0.1 • Published 1 year ago

observability-express-certsys v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.0

1 year ago