Skip to content

feat(uptime): Enable uptime in self-hosted #3787

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

Merged

Conversation

evanpurkhiser
Copy link
Member

@evanpurkhiser evanpurkhiser commented Jul 2, 2025

This brings uptime features self hosted sentry installations

This was previously blocked on docker images for the uptime-checker being available.

There is a feature flag and option that need to be enabled for now. But we'll likely remove these in the future.

Fixes #3304

A few notes

  • We may want to expose an official way to disable internal-ip filtering in the uptime-checker. Since self-hosted users may wish to monitor internal services, and it's unclear that we filter those out.

Copy link

codecov bot commented Jul 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.45%. Comparing base (bf660f3) to head (6d90d8b).
Report is 6 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3787   +/-   ##
=======================================
  Coverage   99.45%   99.45%           
=======================================
  Files           3        3           
  Lines         183      183           
=======================================
  Hits          182      182           
  Misses          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@evanpurkhiser evanpurkhiser force-pushed the evanpurkhiser/feat-uptime-enable-uptime-in-self-hosted branch 2 times, most recently from 730b394 to b6d7207 Compare July 2, 2025 22:15
This brings uptime features self hosted sentry installations

This was previously blocked on docker images for the uptime-checker
being available.

There is a feature flag and option that need to be enabled for now. But
we'll likely remove these in the future.

Fixes #3304
@evanpurkhiser evanpurkhiser force-pushed the evanpurkhiser/feat-uptime-enable-uptime-in-self-hosted branch from b6d7207 to 6d90d8b Compare July 7, 2025 16:12
@evanpurkhiser evanpurkhiser requested a review from aldy505 July 7, 2025 16:14
@aldy505 aldy505 enabled auto-merge (squash) July 7, 2025 16:16
@aldy505 aldy505 merged commit 06d0fb1 into master Jul 7, 2025
13 checks passed
@aldy505 aldy505 deleted the evanpurkhiser/feat-uptime-enable-uptime-in-self-hosted branch July 7, 2025 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add Uptime Monitoring
2 participants