Skip to content

Monitors are no longer virtual methods #732

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
merged 1 commit into from
Apr 2, 2025
Merged

Monitors are no longer virtual methods #732

merged 1 commit into from
Apr 2, 2025

Conversation

andrsd
Copy link
Owner

@andrsd andrsd commented Apr 2, 2025

We provide default monitors. If applications need to change them, they do
so via set_monitor and providing their own delegate. This is why we
can change the virtual methods to non-virtual.

We provide default monitors. If applications need to change them, they do
so via `set_monitor` and providing their own delegate.  This is why we
can change the virtual methods to non-virtual.
@andrsd andrsd added enhancement New feature or request api-change PR changes API, i.e. it will break depending apps labels Apr 2, 2025
@andrsd andrsd self-assigned this Apr 2, 2025
Copy link

codecov bot commented Apr 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.54%. Comparing base (8edd3b6) to head (dffa0b8).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #732   +/-   ##
=======================================
  Coverage   85.54%   85.54%           
=======================================
  Files         199      199           
  Lines       13466    13466           
=======================================
  Hits        11520    11520           
  Misses       1946     1946           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@andrsd andrsd merged commit 8ec45db into main Apr 2, 2025
10 checks passed
@andrsd andrsd deleted the nonvirt-monitors branch April 2, 2025 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-change PR changes API, i.e. it will break depending apps enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant