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

feat(uptime): Extract domain and suffix from urls when creating uptime monitors #76367

Merged
merged 2 commits into from
Sep 4, 2024

Commits on Sep 3, 2024

  1. feat(uptime): Extract domain and suffix from urls when creating uptim…

    …e monitors
    
    This uses `tldextract` to extract the domain and suffix from urls, for use in limiting number of monitors per domain, analytics and detecting anomalous failures across monitors.
    wedamija committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e0ea474 View commit details
    Browse the repository at this point in the history
  2. use renamed col

    wedamija committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ff7be87 View commit details
    Browse the repository at this point in the history