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

Update Atlas probe crawler to fetch all probes #93

Merged

Conversation

m-appel
Copy link
Member

@m-appel m-appel commented Dec 20, 2023

For the planned measurement crawler it is required to have more than only the connected probes in the graph. Especially long-running measurements can contain disconnected probes, but we might still want to model them.

Note that this crawler can now create dangling nodes, e.g., there is a status "Never Connected" where the probes have no IP/ASN/country. But instead of arbitrarily deciding what to include and what not, we just fetch all (public) probes instead, since the number is not very large.

This commit also updates the IPv6 handling to guarantee a canonical form.

How Has This Been Tested?

Deleted all Atlas probes from a current dump and ran the crawler.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

For the planned measurement crawler it is required to have more than
only the connected probes in the graph. Especially long-running
measurements can contain disconnected probes, but we might still want to
model them.

Note that this crawler can now create dangling nodes, e.g., there is a
status "Never Connected" where the probes have no IP/ASN/country. But
instead of arbitrarily deciding what to include and what not, we just
fetch all (public) probes instead, since the number is not very large.

This commit also updates the IPv6 handling to guarantee a canonical
form.
Copy link
Member

@romain-fontugne romain-fontugne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me, thanks

@romain-fontugne romain-fontugne merged commit b876036 into InternetHealthReport:main Dec 20, 2023
2 checks passed
@m-appel m-appel deleted the fetch-all-atlas-probes branch December 20, 2023 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants