🐛 Fix stupid long bug
This commit is contained in:
parent
96cf64e44e
commit
e52eaebdf7
@ -1,5 +1,5 @@
|
||||
package dev.dinauer.monitoring.indexing;
|
||||
|
||||
public record Metric(int count, int sum, double average, Double min, Double max)
|
||||
public record Metric(int count, double sum, double average, double min, double max)
|
||||
{
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user