Skip to content
Snippets Groups Projects
Commit d877591b authored by Felix Weiglhofer's avatar Felix Weiglhofer
Browse files

monitoring fix

parent e9a14830
No related branches found
No related tags found
1 merge request!1440monitoring fix
Pipeline #25011 passed
......@@ -341,7 +341,7 @@ void Reco::QueueTrackingMetrics(const ca::TrackingMonitorData& monitor)
if (!HasMonitor()) { return; }
GetMonitor().QueueMetric("cbmreco", {{"hostname", fles::system::current_hostname()}, {"child", Opts().ChildId()}},
{{"caRecoTimeTotal", monitor.GetTimer(ca::ETimer::Tracking).GetTotal()},
{{"caRecoTimeTotal", monitor.GetTimer(ca::ETimer::FindTracks).GetTotal()},
{"caTrackFinderTime", monitor.GetTimer(ca::ETimer::TrackFinder).GetTotal()},
{"caTrackFitterTime", monitor.GetTimer(ca::ETimer::TrackFitter).GetTotal()},
{"caNofRecoTracks", monitor.GetCounterValue(ca::ECounter::RecoTrack)},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment