Skip to content

Commit 4e3bc49

Browse files
committed
explicitely re-store bytesTotal (new monitoring interface only stores derived bytesTotalRate)
1 parent 05bcc85 commit 4e3bc49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ConsumerStats.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class ConsumerStats: public Consumer {
8989
// https://alice.its.cern.ch/jira/browse/FLPPROT-69
9090

9191
monitoringCollector->send({counterBlocks, "readout.Blocks"});
92+
monitoringCollector->send({counterBytesTotal, "readout.BytesTotal"});
9293
monitoringCollector->send({counterBytesTotal, "readout.BytesTotal"}, DerivedMetricMode::RATE);
9394
monitoringCollector->send({counterBytesDiff, "readout.BytesInterval"});
9495
// monitoringCollector->send({(counterBytesTotal/(1024*1024)), "readout.MegaBytesTotal"});

0 commit comments

Comments
 (0)