Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@squadcast/dex-node

squadcastHQ22Apache-2.01.0.2

Squadcast SDK for node.js to send metrics to dex server

metrics, sli, sre

readme

DEX for Node.js

DEX SDK is a simple middleware for HTTP routers which can record metrics like status code, latency and memory on request completion and send the same to the Squadcast DEX servers.

Express

const Dex = require("@squadcast/dex-node")
const dex = new Dex('<APIKey>')
app.use(dex.middleware)

License

Apache-2.0 licensed. See the LICENSE file for details.