Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 6574a3a

Browse files
author
Rudy
committed
Updated Readme for default options
1 parent baa508c commit 6574a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All options are optional.
1717
* `dogstatsd` node-dogstatsd client. `default = new require("node-dogstatsd").StatsD()`
1818
* `stat` *string* name for the stat. `default = "node.express.router"`
1919
* `tags` *array* of tags to be added to the histogram. `default = []`
20-
* `path` *boolean* include path tag. `default = true`
20+
* `path` *boolean* include path tag. `default = false`
2121
* `method` *boolean* include http method tag. `default = false`
2222
* `protocol` *boolean* include protocol tag. `default = false`
2323
* `response_code` *boolean* include http response codes. `default = false`

0 commit comments

Comments
 (0)