Skip to content

Commit 724584a

Browse files
authored
DPL: force flushing of the metrics at the end of processing (#13076)
1 parent c9b95c6 commit 724584a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Framework/Core/src/CommonServices.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ o2::framework::ServiceSpec CommonServices::monitoringSpec()
131131
} },
132132
.exit = [](ServiceRegistryRef registry, void* service) {
133133
auto* monitoring = reinterpret_cast<Monitoring*>(service);
134+
monitoring->flushBuffer();
134135
delete monitoring; },
135136
.kind = ServiceKind::Serial};
136137
}

0 commit comments

Comments
 (0)