Track 99th percentile of Gnocchi API get requests

Change-Id: I010a0221d57f842bb487ff1fa856b886b3ff20d8
This commit is contained in:
akrzos 2018-02-12 12:34:29 -05:00 committed by Alex Krzos
parent 18953a8643
commit b385f6ae8b
1 changed files with 9 additions and 0 deletions

View File

@ -547,6 +547,15 @@ PreCacheChain "PreCache"
Type "latency"
Instance "get-max"
</Match>
<Match>
Regex "RT:([0-9]+).*GET"
<DSType "Distribution">
Percentile 99
Bucket 0 100
</DSType>
Type "latency"
Instance "get"
</Match>
<Match>
Regex "RT:([0-9]+).*GET"
DSType "GaugeAverage"