Skip to content

Commit 9ac9c6c

Browse files
committed
feat: added VO to PilotsHistory Monitoring
1 parent 999aca8 commit 9ac9c6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DIRAC/MonitoringSystem/Client/Types/PilotsHistory.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self):
1717

1818
super().__init__()
1919

20-
self.keyFields = ["GridSite", "GridType", "Status"]
20+
self.keyFields = ["GridSite", "GridType", "Status", "VO"]
2121

2222
self.monitoringFields = ["NumOfPilots"]
2323

@@ -28,6 +28,7 @@ def __init__(self):
2828
"GridSite": {"type": "keyword"},
2929
"GridType": {"type": "keyword"},
3030
"Status": {"type": "keyword"},
31+
"VO": {"type": "keyword"},
3132
"NumOfPilots": {"type": "long"},
3233
}
3334
)

0 commit comments

Comments
 (0)