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

Commit dabde37

Browse files
update docs with method and protocol options
1 parent 0913564 commit dabde37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ 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+
* `method` *boolean* include http method tag. `default = false`
21+
* `protocol` *boolean* include protocol tag. `default = false`
2022

2123

2224
## License

0 commit comments

Comments
 (0)