mercure
mercure copied to clipboard
mercure DICOM Orchestrator
When installing the DICOM router, it errors out because it doesn't support Ubuntu 24.04, i assume this is a precaution to avoid any old versions of ubuntu running the software....
The [dashboard documentation](https://mercure-imaging.org/docs/dashboards.html)'s first example query refers to a table `series_events` but no such table exists: ``` mercure=# \dt List of relations Schema | Name | Type | Owner --------+----------------------+-------+---------...
According to [the documentation](https://mercure-imaging.org/docs/monitoring.html) 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: https://github.com/mercure-imaging/mercure/blob/686ea40adaaa5ca915f9b50c23abb04858c51cd0/router.py#L111 However, the...