add indicator to nodeView state, cap bubble size in roofline

This commit is contained in:
Christoph Kluge
2026-01-30 14:32:41 +01:00
parent 2ef1826b12
commit 32f0664012
3 changed files with 13 additions and 3 deletions

View File

@@ -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