Skip to content

Commit

Permalink
DPL: add dpl_instance tag to distinguish between different NUMA domains
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Apr 21, 2022
1 parent 4a0791c commit b00848d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Framework/Core/src/CommonServices.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ o2::framework::ServiceSpec CommonServices::monitoringSpec()
assert(registry.get<DeviceSpec const>().name.empty() == false);
monitoring->addGlobalTag("dataprocessor_id", registry.get<DeviceSpec const>().id);
monitoring->addGlobalTag("dataprocessor_name", registry.get<DeviceSpec const>().name);
monitoring->addGlobalTag("dpl_instance", options.GetPropertyAsString("shm-segment-id"));
return ServiceHandle{TypeIdHelpers::uniqueId<Monitoring>(), service};
},
.configure = noConfiguration(),
Expand Down

0 comments on commit b00848d

Please sign in to comment.