We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bcc85 commit 4e3bc49Copy full SHA for 4e3bc49
src/ConsumerStats.cxx
@@ -89,6 +89,7 @@ class ConsumerStats: public Consumer {
89
// https://alice.its.cern.ch/jira/browse/FLPPROT-69
90
91
monitoringCollector->send({counterBlocks, "readout.Blocks"});
92
+ monitoringCollector->send({counterBytesTotal, "readout.BytesTotal"});
93
monitoringCollector->send({counterBytesTotal, "readout.BytesTotal"}, DerivedMetricMode::RATE);
94
monitoringCollector->send({counterBytesDiff, "readout.BytesInterval"});
95
// monitoringCollector->send({(counterBytesTotal/(1024*1024)), "readout.MegaBytesTotal"});
0 commit comments