@ianfeather/connect-datadog

0.1.0 • Public • Published

node-connect-datadog

Datadog middleware for Connect JS / Express

This is forked from https://github.com/AppPress/node-connect-datadog and updated to allow passing metrics on 404s.

Usage

Add middleware immediately before your router.

app.use(require("connect-datadog")({}));
app.use(app.router);

Options

All options are optional.

  • dogstatsd node-dogstatsd client. default = new (require("node-dogstatsd")).StatsD()
  • stat string name for the stat. default = "node.express.router"
  • tags array of tags to be added to the histogram. default = []
  • path boolean include path tag. default = false
  • method boolean include http method tag. default = false
  • protocol boolean include protocol tag. default = false
  • response_code boolean include http response codes. default = false

License

View the LICENSE file.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @ianfeather/connect-datadog

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    3.9 kB

    Total Files

    6

    Last publish

    Collaborators

    • ianfeather