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:
|
helper.g_log("incoming.files", r.filecount) |
However, the variable filecount is initialized to 0 here:
and then never updated anywhere else in all of mercure.
According to the documentation the metric
mercure.master.router.main.incoming.filesreports "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
filecountis initialized to 0 here:mercure/router.py
Line 37 in 686ea40
and then never updated anywhere else in all of mercure.