Skip to content

Add stats panel

Mikhail Karnevskiy requested to merge add_stats_panel into develop

@tim.schoof

This MR adds and modifies a few panels:

  • Receiver work share is shown over all receivers, while other panel shows the value per receiver instance.

  • Statistics shows average time from Receiver operations (total request time will come later), broker and file transfer service

  • Add data transfer rate and message rate from from Receiver data-server (cache) and file-transfer server (reading data from file).

  • Table of Recent streams shows the LAST entries for given data_source and groupId, which corresponds to the last processed stream in given data_source.

It is rather easy to change panels later, therefore I would rather focus on missing information. That would require to change asapo code, that I would suggest in the next MRs.

Screenshot_from_2025-01-17_18-48-46

Screenshot_from_2025-01-17_18-49-10

Screenshot_from_2025-01-20_21-23-01

Edited by Mikhail Karnevskiy

Merge request reports

Loading