summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions/search.statistics.timing-searcher.def
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-09-11 18:41:54 +0200
committerGitHub <noreply@github.com>2020-09-11 18:41:54 +0200
commit807761ce70f955f20fcc26dbd4d857e4f0c5fdb2 (patch)
treef7545a1913f5a502779bc80f7cc50c131442cf7c /container-search/src/main/resources/configdefinitions/search.statistics.timing-searcher.def
parentb9d08a9fe934e1d94a7402ad5e9f9b7cfd990633 (diff)
parent64ebd3904a7e76072e3841bed45cf7e408542f4f (diff)
Merge pull request #14370 from vespa-engine/hmusum/move-config-definitions-to-use-full-name-in-filename
Use full name in config definition file names
Diffstat (limited to 'container-search/src/main/resources/configdefinitions/search.statistics.timing-searcher.def')
-rw-r--r--container-search/src/main/resources/configdefinitions/search.statistics.timing-searcher.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/container-search/src/main/resources/configdefinitions/search.statistics.timing-searcher.def b/container-search/src/main/resources/configdefinitions/search.statistics.timing-searcher.def
new file mode 100644
index 00000000000..7c2b698bdb0
--- /dev/null
+++ b/container-search/src/main/resources/configdefinitions/search.statistics.timing-searcher.def
@@ -0,0 +1,7 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=search.statistics
+
+timer[].name string
+timer[].eventname string
+timer[].measure enum { FILL, PING, SEARCH } default=SEARCH
+