Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDR Cohort Discovery - Heatbeat Support #7

Open
1 task done
thomgiles opened this issue Dec 2, 2024 · 2 comments
Open
1 task done

HDR Cohort Discovery - Heatbeat Support #7

thomgiles opened this issue Dec 2, 2024 · 2 comments

Comments

@thomgiles
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

@beforan
Copy link
Member

beforan commented Dec 2, 2024

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 beforan changed the title Heatbeat Support HDR Cohort Discovery - Heatbeat Support Dec 2, 2024
@AndyRae AndyRae transferred this issue from Health-Informatics-UoN/hutch Dec 2, 2024
@AndyRae AndyRae transferred this issue from Health-Informatics-UoN/hutch-cohort-discovery Jan 10, 2025
@prquinlan
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

3 participants