You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should definitely add this. It'll go in the Relay/Bunny backlogs and we'll prioritize.
Bunny/Relay didn't do it for 1.0.0 but it was discussed. We knew we could do Bunny -> Relay heartbeats, but weren't sure about either -> RQuest. so this detail is really useful; we can do it in the same standardized way.
beforan
changed the title
Heatbeat Support
HDR Cohort Discovery - Heatbeat Support
Dec 2, 2024
AndyRae
transferred this issue from Health-Informatics-UoN/hutch
Dec 2, 2024
AndyRae
transferred this issue from Health-Informatics-UoN/hutch-cohort-discovery
Jan 10, 2025
Adding note from conversion. This should be an "opt-in" feature and clearly described based on the data it sends and makes visible. I am not sure everyone will want this enabled.
Is there an existing issue for this?
Is your proposal related to a problem or functionality gap?
Link now supports heartbeats Can we do this too?
Describe your proposal
POST
/link_connector_api/statistics-controller/heartBeat
application/json
{
"collection": "string",
"dbActive": true,
"diskInfo": {
"totalSpace": "string",
"unallocated": "string",
"usableSpace": "string"
},
"genedActive": true,
"interval": 0,
"linkIp": "string",
"memoryInfo": {
"available": "string",
"swapTotal": "string",
"swapUsed": "string",
"total": "string",
"used": "string"
},
"processorInfo": {
"logicalProcessorCount": 0,
"physicalProcessorCount": 0,
"processorIdentifier": "string",
"usage": "string"
},
"time": "2024-12-02T10:31:14.319Z"
}
Describe alternatives you've considered
N/A
I'm part of a Project Team
No response
Anything else?
No response
Are you willing to contribute to developing this feature?
None
The text was updated successfully, but these errors were encountered: