aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions/search.statistics.measure-qps.def
blob: 0cc615d060137b669bed9b6fdad18bb045c88b62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Yahoo. 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=""