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
I receive the following error after the collector runner is stopped for connecting to the thanos-querier:
time="2024-08-15T11:20:33Z" level=info msg="stopping collector runner..."
time="2024-08-15T11:20:33Z" level=error msg="Failed to collect metrics: Post \"http://thanos-querier.kube-system.svc.cluster.local:10902/api/v1/query\": context canceled" provider=hpa
Is this ERROR expected? it happens frequently but i didn't see any impact on HPA, what can i do to resolve it?
Steps to Reproduce the Problem
Upgrade from v0.1.8 to v0.2.3, i didn't see this kind of error messages in v0.1.8 but i started seeing them after i upgraded to v0.2.3
Run kube-metrics-adapter with --prometheus-server=http://thanos-querier.kube-system.svc.cluster.local:10902 arg
Expected Behavior
No errors in log of kube-metrics-adapter
Actual Behavior
I receive the following error after the collector runner is stopped for connecting to the thanos-querier:
Is this ERROR expected? it happens frequently but i didn't see any impact on HPA, what can i do to resolve it?
Steps to Reproduce the Problem
Upgrade from v0.1.8 to v0.2.3, i didn't see this kind of error messages in v0.1.8 but i started seeing them after i upgraded to v0.2.3
Run
kube-metrics-adapter
with --prometheus-server=http://thanos-querier.kube-system.svc.cluster.local:10902 argSpecifications
Latest image version: ghcr.io/zalando-incubator/kube-metrics-adapter:v0.2.3
EKS: v1.24
The text was updated successfully, but these errors were encountered: