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
According to the documentation the metric mercure.master.router.main.incoming.files reports "Number of received DICOM files waiting in the incoming folder".
I believe this is supposed to be implemented here:
According to the documentation the metric
mercure.master.router.main.incoming.files
reports "Number of received DICOM files waiting in the incoming folder".I believe this is supposed to be implemented here:
mercure/router.py
Line 111 in 686ea40
However, the variable
filecount
is initialized to 0 here:mercure/router.py
Line 37 in 686ea40
and then never updated anywhere else in all of mercure.
The text was updated successfully, but these errors were encountered: