summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/resources
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2020-08-12 13:43:28 +0200
committerMorten Tokle <mortent@verizonmedia.com>2020-08-12 13:43:28 +0200
commitfd148dede2fdc63bf399f0f601041f0dac483184 (patch)
tree70a41e76a3924fdc4ce05c08c3857d45471f0691 /jdisc_http_service/src/main/resources
parent104f7547cb92ab39251308f15ddc45d515a48ae2 (diff)
Report requests to /search as request type read
Diffstat (limited to 'jdisc_http_service/src/main/resources')
-rw-r--r--jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.server.def5
1 files changed, 4 insertions, 1 deletions
diff --git a/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.server.def b/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.server.def
index e968d17df85..0cb5b89b20c 100644
--- a/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.server.def
+++ b/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.server.def
@@ -40,4 +40,7 @@ jmx.enabled bool default = false
jmx.listenPort int default = 1099
# Paths that should be reported with monitoring dimensions where applicable
-metric.monitoringHandlerPaths[] string \ No newline at end of file
+metric.monitoringHandlerPaths[] string
+
+# Paths that should be reported with search dimensions where applicable
+metric.searchHandlerPaths[] string \ No newline at end of file