From 7707d515d1f3085a46d000dd75db38d119e00608 Mon Sep 17 00:00:00 2001 From: Roman Sheydvasser Date: Tue, 6 Feb 2018 15:22:42 -0500 Subject: [PATCH] Added base_url option to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c3d42c..5378643 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ All options are optional. * `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` +* `base_url` *boolean* include base url. `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`