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.
2 parents 30b9d7f + 3974099 commit 9313ca8Copy full SHA for 9313ca8
src/ConsumerStats.cxx
@@ -266,7 +266,7 @@ class ConsumerStats : public Consumer
266
int processMonitoringInterval = 0;
267
cfg.getOptionalValue(cfgEntryPoint + ".processMonitoringInterval", processMonitoringInterval, 0);
268
if (processMonitoringInterval > 0) {
269
- monitoringCollector->enableProcessMonitoring(processMonitoringInterval);
+ monitoringCollector->enableProcessMonitoring(processMonitoringInterval, {PmMeasurement::Cpu, PmMeasurement::Mem});
270
}
271
272
0 commit comments