@squadcast/dex-node
v1.0.2
Published
Squadcast SDK for node.js to send metrics to dex server
Downloads
7
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.