You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should the log "Removing previously scheduled metrics collector" happen every time kube-metrics-adapter logs "Collected new external metric"? It seems like it should not be removing the metrics collector each time?
Actual Behavior
"Removing previously scheduled metrics collector" happens after every "Collected new external metric"
Steps to Reproduce the Problem
use external http collector which hits a custom metrics api. the metrics api returns a payload of { custom_metric: 90 } and the hpa is configured to scale based on that value. Note: the scaling is working for me.
Specifications
Version: Latest version of kube-metrics-adapter
Platform: Running Kubernetes 1.29 in Amazon EKS.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Should the log "Removing previously scheduled metrics collector" happen every time kube-metrics-adapter logs "Collected new external metric"? It seems like it should not be removing the metrics collector each time?
Actual Behavior
"Removing previously scheduled metrics collector" happens after every "Collected new external metric"
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: