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
If one of the host is down in the static list, loadbalancingexporter unable to send the data to healthy host. Instead sending the data to health host it is dropping the data on the floor.
The text was updated successfully, but these errors were encountered:
atoulme
changed the title
[exporter/loadbalancingexporter] - Static resolver dropping the data when one of the host is not helathy
[exporter/loadbalancingexporter] - Static resolver dropping the data when one of the host is not healthy
Mar 30, 2024
If one of the host is down in the static list, loadbalancingexporter unable to send the data to healthy host. Instead sending the data to health host it is dropping the data on the floor.
That's the expected behavior, at least for the moment. When using a static list, we expect the hosts to be available to receive the data, even if they are temporarily unavailable (for instance, by using a Kubernetes Statefulset). If your static list isn't that static, the solution is to use a DNS resolver, where the DNS is updated to list only the healthy nodes (like a Kubernetes headless service).
Component(s)
exporter/loadbalancing
Describe the issue you're reporting
Collector Version: v0.96.0
Configuration:
If one of the host is down in the static list, loadbalancingexporter unable to send the data to healthy host. Instead sending the data to health host it is dropping the data on the floor.
The text was updated successfully, but these errors were encountered: