stats: implement new REPSC/REPFC metrics

used to track successful/failed requests. REPFC supports error filtering.
This commit is contained in:
ionutboangiu
2025-07-30 23:21:52 +03:00
committed by Ionut Boangiu
parent 9833152e38
commit 415d027761
4 changed files with 395 additions and 18 deletions

View File

@@ -1153,6 +1153,8 @@ const (
MetaPDD = "*pdd"
MetaDDC = "*ddc"
MetaSum = "*sum"
MetaREPSC = "*repsc"
MetaREPFC = "*repfc"
MetaAverage = "*average"
MetaDistinct = "*distinct"
MetaHighest = "*highest"