Closed hagertnl closed 2 months ago
Removing from v3 target fixes -- this bug requires refactorization and proper error message returns from methods. For example, in apptest.py, the return value of logging_status_file.post_event_to_influx is not stored, so we have no validation on if the event posted successfully or not.
I think the solution to this bug will be to report certain metrics such as number of successfully logged events/metrics, failed to log events/metrics, skipped for incorrect machine name, or skipped/already-logged. Need to correct this return value issue before we can add proper metrics.
Fixed in #177 , as part of update_databases.py
Running under
--mode influx_log
gives very vague output, like the following:This is pretty unhelpful. More messages about what's going on by default would be appreciated.