mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-22 12:41:39 +02:00
Add metrics to histoselect, add userfilters
- edit struct to make only count return required
This commit is contained in:
@@ -293,10 +293,10 @@ type MetricHistoPoints {
|
||||
}
|
||||
|
||||
type MetricHistoPoint {
|
||||
min: Int!
|
||||
max: Int!
|
||||
bin: Int
|
||||
count: Int!
|
||||
bin: Int!
|
||||
min: Int
|
||||
max: Int
|
||||
}
|
||||
|
||||
type JobsStatistics {
|
||||
|
Reference in New Issue
Block a user