diff --git a/src/main/java/org/openepics/names/rest/controller/ReportController.java b/src/main/java/org/openepics/names/rest/controller/ReportController.java index 5ff2400c81fcc5d37c8942be09b0974ba0a6305b..3ba738694a10e7b2ac95ed578a125e3c53e76f87 100644 --- a/src/main/java/org/openepics/names/rest/controller/ReportController.java +++ b/src/main/java/org/openepics/names/rest/controller/ReportController.java @@ -346,6 +346,7 @@ public class ReportController { String metricsEssNameSystemstructure = NBR + nbrEssNameSystemstructure; String metricsEssNameSystemstructureDevicestructure = NBR + nbrEssNameSystemstructureDevicestructure; String metricsEssNameSystemstructureDevicestructureIndex = NBR + nbrEssNameSystemstructureDevicestructureIndex; + String metricsEssNameOther = NBR + nbrEssNameOther; String metricsSystemstructureSystemGroup = NBR_ALL + addSpaceUntilSize(mapUuidCountSystemGroup.size(), spaceUntilSizeStructure) @@ -440,6 +441,7 @@ public class ReportController { sb.append("ESS Name (System structure) " + metricsEssNameSystemstructure).append(NEWLINE); sb.append("ESS Name (System structure + Device structure) " + metricsEssNameSystemstructureDevicestructure).append(NEWLINE); sb.append("ESS Name (System structure + Device structure + Index) " + metricsEssNameSystemstructureDevicestructureIndex).append(NEWLINE); + sb.append("ESS Name (Other) " + metricsEssNameOther).append(NEWLINE); sb.append(DIVIDER_96).append(NEWLINE); sb.append("3) # entries - System structure").append(NEWLINE); sb.append(DIVIDER_96).append(NEWLINE);