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
We encountered a problem when trying to write the stdout of monitor.cpp to a text file, in order to have the rate in a txt file that we can further monitor (using Grafana).
The fix was easy, at line 259 in monitor.cpp added: " fflush(stdout); "
Can be implemented in the branch?
The text was updated successfully, but these errors were encountered:
We encountered a problem when trying to write the stdout of monitor.cpp to a text file, in order to have the rate in a txt file that we can further monitor (using Grafana).
The fix was easy, at line 259 in monitor.cpp added: " fflush(stdout); "
Can be implemented in the branch?
The text was updated successfully, but these errors were encountered: