Command Center Analytics
The Command Center Analytics transmits metrics for all channels that Mirth Command Center has configured for monitoring such as messages received, queued, filtered, errored, and average processing time.
A platformsync
response automatically triggers at a specified time interval to collect and post data to Mirth Command Center. The default interval is 5 minutes but you can configure the interval time (in milliseconds) in your mirth.properties file by using the mcc.analytics.collection.interval.ms
and mcc.analytics.post.interval.ms
properties. The minimum interval allowed is 1 minute.
The default number of channel metric entries that can be sent to Mirth Command Center in one request is 500. You can configure a minimum of 100 to a maximum of 10,000 entries by using the mcc.analytics.post.batch.size
property to set the batch size in your mirth.properties
file . If there are more entries than this number, then they will be split up into separate post requests to Mirth Command Center.
The default maximum size that the channel metrics internal queue can hold is 100,000 requests, but you can configure the queue size in your mirth.properties file by using the mcc.analytics.collection.queue.maxsize
property. The minimum queue size allowed is 1,000 requests. If the number of requests in the queue exceed the maximum size, old requests are dropped.