diff --git a/Framework/Core/src/CommonServices.cxx b/Framework/Core/src/CommonServices.cxx index e63b0c0c76186..8cf704cdc59f8 100644 --- a/Framework/Core/src/CommonServices.cxx +++ b/Framework/Core/src/CommonServices.cxx @@ -102,6 +102,7 @@ o2::framework::ServiceSpec CommonServices::monitoringSpec() assert(registry.get().name.empty() == false); monitoring->addGlobalTag("dataprocessor_id", registry.get().id); monitoring->addGlobalTag("dataprocessor_name", registry.get().name); + monitoring->addGlobalTag("dpl_instance", options.GetPropertyAsString("shm-segment-id")); return ServiceHandle{TypeIdHelpers::uniqueId(), service}; }, .configure = noConfiguration(),