Orthanc metrics on stored data

Hello,

Are there any recommended tools or built in features in orthanc that can help me track how quickly the stored data has been growing over a given period of time? Ideally, I’m looking for something that can provide historical trends or usage statistics.

Thanks in advance!

Hi,
You can use Prometheus + Grafana to monitor Orthanc over time. Orthanc provides a Prometheus metrics endpoint (Orthanc REST API) that you can use to monitor the number of patients/ studies, and many other things.
HTH.
James