Dump Counter info into jsonfile
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 namecounters.json
. -
DumpFullInfo
with a default valuefalse
for users to decide if all the information is need.
FYI @msaur
Edited by Ziyi Wang
Merge request reports
Activity
- Resolved by Gerhard Raven
- Resolved by Gerhard Raven
- Resolved by Gerhard Raven
- Resolved by Gerhard Raven
added 1 commit
- b005ac8c - Add arguments for MessageSvcSink for writeFileJson
mentioned in merge request lhcb/LHCb!3219 (merged)
- Resolved by Marco Clemencic
- Resolved by Marco Clemencic
- Resolved by Marco Clemencic
- Resolved by Marco Clemencic
I have to admit I'm not too happy to see the JSON file dump feature in
MessageSvcSink
, as the existing service is meant to report toMessageSvc
and nothing else, so it would be better to have aJSONFileSink
so that you can turn on/off the JSON dump by adding or not the service to the configuration.
added 18 commits
-
df903094...44d4d19c - 15 commits from branch
gaudi:master
- f5c34d56 - Merge branch 'master' of ssh://gitlab.cern.ch:7999/lhcb/Gaudi into ziyi_branch_counter
- b6ea1743 - Merge branch 'master' of ssh://gitlab.cern.ch:7999/lhcb/Gaudi into ziyi_branch_counter
- f77fb95b - separation from MsgSvcSink
Toggle commit list-
df903094...44d4d19c - 15 commits from branch
- Resolved by Gerhard Raven
added 27 commits
-
eb75caaa...3e2fb5a8 - 25 commits from branch
gaudi:master
- a4e059ac - Merge branch 'master' of ssh://gitlab.cern.ch:7999/lhcb/Gaudi into ziyi_branch_counter
- 47aef72b - keep type in tidy file
-
eb75caaa...3e2fb5a8 - 25 commits from branch
Please register or sign in to reply