mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
wip
This commit is contained in:
parent
45639b1400
commit
a38345c6b4
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ func (ssp *statsSumProcessor) mergeState(sfp statsProcessor) {
|
|||
}
|
||||
|
||||
func (ssp *statsSumProcessor) finalizeStats() (string, string) {
|
||||
value := strconv.FormatFloat(ssp.sum, 'g', -1, 64)
|
||||
value := strconv.FormatFloat(ssp.sum, 'f', -1, 64)
|
||||
return ssp.ss.resultName, value
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue