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

Store all probes #58

Open
MartinKolarik opened this issue Jan 25, 2025 · 1 comment
Open

Store all probes #58

MartinKolarik opened this issue Jan 25, 2025 · 1 comment
Assignees

Comments

@MartinKolarik
Copy link
Member

We currently store statistics about the number of probes over time, as well as details of adopted probes, but when non-adopted probes disappear, it's hard to identify what happened and why. I'm thinking it would make sense to sync all probes with the DB, not just the adopted ones so that we have more visibility into the network.

Non-adopted probes wouldn't have a user assigned which would require updating all parts of the code to handle that case. @alexey-yarmosh wdyt?

@alexey-yarmosh
Copy link
Member

Sync mechanism may be relatively easy updated to handle all probes. Existing table will store all probes and userId will be the indicator of adoption. Load will not increase a lot, cause big amount of probes is already adopted. Adoption mechanism also needs to be updated, but nothing significant.

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

No branches or pull requests

2 participants