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 f0cb0e5 commit 205b2dcCopy full SHA for 205b2dc
1 file changed
src/Monitoring.cxx
@@ -193,7 +193,6 @@ void Monitoring::send(Metric&& metric, DerivedMetricMode mode)
193
if (mode != DerivedMetricMode::NONE) {
194
try {
195
mDerivedHandler->process(metric, mode);
196
- transmit(std::move(metric));
197
} catch (MonitoringException& e) {
198
MonLogger::Get() << e.what() << MonLogger::End();
199
}
0 commit comments