I'm using chia-exporter v0.10.0 running as a service on Ubuntu 22.04.3 with Chia v2.0.0.
My chia exporter and my harvester both seem to be running fine, but the harvester metrics the exporter is reporting haven't updated in a week. It looks like there was a timeout a week ago and after that only the chia_full_node was reporting, but this machine is only running a harvester... I see this in the log:
Oct 14 16:35:42 ... level=info msg="recv: chia_harvester farming_info\n"
Oct 14 16:35:45 ... level=info msg="cron: chia_full_node updating file sizes"
Oct 14 16:36:02 ... level=info msg="cron: chia_full_node updating file sizes"
Oct 14 16:36:02 ... write tcp 127.0.0.1:60624->127.0.0.1:55400: i/o timeout
Oct 14 16:36:02 ... level=error msg="write tcp 127.0.0.1:60624->127.0.0.1:55400: i/o timeout\n"
Oct 14 16:36:02 ... level=error msg="write tcp 127.0.0.1:60624->127.0.0.1:55400: i/o timeout\n"
Oct 14 16:36:02 ... Trying to reconnect...
Oct 14 16:39:35 ... Reconnected!
Oct 14 16:39:35 ... level=info msg="cron: chia_full_node updating file sizes"
From that point on, the log is just filled with those chia_full_node updating file sizes lines. Before that I saw everything.
Restarting the service fixed the issue, but it kind of sucks that all the counters got reset. Also I would need to be paying really close attention to catch when this happens, the exporter continues to serve metrics, they just don't update.
I'm using chia-exporter v0.10.0 running as a service on Ubuntu 22.04.3 with Chia v2.0.0.
My chia exporter and my harvester both seem to be running fine, but the harvester metrics the exporter is reporting haven't updated in a week. It looks like there was a timeout a week ago and after that only the chia_full_node was reporting, but this machine is only running a harvester... I see this in the log:
From that point on, the log is just filled with those
chia_full_node updating file sizeslines. Before that I saw everything.Restarting the service fixed the issue, but it kind of sucks that all the counters got reset. Also I would need to be paying really close attention to catch when this happens, the exporter continues to serve metrics, they just don't update.