-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The eks_node_embedded_value metric is intermittently missing from Prometheus. It is available for 5 minutes, disappears for 10 minutes, then becomes available again, repeating this cycle.
Investigation
-
The metric is reset every 5-minute:
Line 88 in 861d3f8
embeddedValueGauge.Reset()
Line 162 in 861d3f8
time.Sleep(300 * time.Second) -
The ServiceMonitor is configured with an interval of 15m:
Line 24 in 861d3f8
interval: 15m
Proposed Solution
Reduce the interval in the ServiceMonitor configuration to a value shorter than 5 minutes, e.g. 1m
Metadata
Metadata
Assignees
Labels
No labels