Add metrics to histoselect, add userfilters

- edit struct to make only count return required
This commit is contained in:
Christoph Kluge
2023-12-08 12:03:04 +01:00
parent 7d14086e54
commit 1185737eaa
8 changed files with 136 additions and 130 deletions

View File

@@ -293,10 +293,10 @@ type MetricHistoPoints {
}
type MetricHistoPoint {
min: Int!
max: Int!
bin: Int
count: Int!
bin: Int!
min: Int
max: Int
}
type JobsStatistics {