0.0.9 • Published 6 years ago
connect-datadog v0.0.9
node-connect-datadog
Datadog middleware for Connect JS / Express
Usage
Add middleware immediately before your router.
app.use(require("connect-datadog")({}));
app.use(app.router);Options
All options are optional.
dogstatsdnode-dogstatsd client.default = new require("node-dogstatsd").StatsD()statstring name for the stat.default = "node.express.router"tagsarray of tags to be added to the histogram.default = []pathboolean include path tag.default = falsebase_urlboolean include baseUrl.default = falsemethodboolean include http method tag.default = falseprotocolboolean include protocol tag.default = falseresponse_codeboolean include http response codes.default = falsedelimstring char to replace pipe char with in the routedefault = '-'
License
View the LICENSE file.