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
The grafana-agent machine charm uses hardware-observer in its CI. We recently noticed that, after going from hardware-observer rev70 to rev84, our CI is failing because the hardware-exporter shows as down. We can see this by doing the following from inside the unit:
curl localhost:12345/agent/api/v1/metrics/targets
From that we can see target_group "hwo_1_default", which I think is the hardware-exporter since it is checking port 10200, is down:
The grafana-agent machine charm uses hardware-observer in its CI. We recently noticed that, after going from hardware-observer rev70 to rev84, our CI is failing because the hardware-exporter shows as down. We can see this by doing the following from inside the unit:
From that we can see target_group "hwo_1_default", which I think is the hardware-exporter since it is checking port 10200, is down:
Not sure if this is expected behaviour or not, but it seems to have started happening after hardware-observer added the smartctl exporter.
The text was updated successfully, but these errors were encountered: