summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions/measure-qps.def
blob: c8b38b9db6e8a6da3f8fef7805dbc7407976bfb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=search.statistics

## Configure measurements of peak QPS rates.

## Control whether com.yahoo.search.statistics.PeakQpsSearcher
## should emit data through statistics framework or as a meta hit.
outputmethod enum { STATISTICS, METAHIT } default=STATISTICS

## If using meta hits, which query property should trigger sampling
queryproperty string default="fetchpeakqps"

## The base name for the statistics event. Default is the component name
## of the searcher, as defined in vespa-services, with dots replaced by
## underscore.
eventname string default=""