Skip to content

Dump Counter info into jsonfile

Ziyi Wang requested to merge lhcb/Gaudi:ziyi_branch_counter into master

Scratch updated description

According to the previous plan about Add counter to dashboard(https://gitlab.cern.ch/lhcb-rta/data-challenges/-/issues/16), we first try to dump the counter information into a JSON file. This has been implemented by adding a sub-program as JSONSink.cpp.

Two arguments for this program:

  • FileName with a default name counters.json.
  • DumpFullInfo with a default value false for users to decide if all the information is need.

FYI @msaur

Edited by Ziyi Wang

Merge request reports