mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-31 08:11:45 +01:00
add indicator to nodeView state, cap bubble size in roofline
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
||||
|
||||
var (
|
||||
// ErrNoHostOrMetric is returned when the metric store does not find the host or the metric
|
||||
ErrNoHostOrMetric error = errors.New("[METRICSTORE]> [METRICSTORE]> metric or host not found")
|
||||
ErrNoHostOrMetric error = errors.New("[METRICSTORE]> metric or host not found")
|
||||
// ErrInvalidTimeRange is returned when a query has 'from' >= 'to'
|
||||
ErrInvalidTimeRange = errors.New("[METRICSTORE]> invalid time range: 'from' must be before 'to'")
|
||||
// ErrEmptyCluster is returned when a query with ForAllNodes has no cluster specified
|
||||
|
||||
Reference in New Issue
Block a user