Skip to content

Conversation

@sethsamuel
Copy link
Contributor

@sethsamuel sethsamuel commented Nov 11, 2025

What does this PR do?

Adds DBM health events to the MySQL integration. This includes a basic initialization event without validation, and the unhandled error and missed collection events that are part of the base DBMAsyncJob class.

Motivation

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged
@codecov
Copy link

codecov bot commented Nov 11, 2025

Codecov Report

❌ Patch coverage is 94.44444% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.14%. Comparing base (76dd1b2) to head (bb20e58).
⚠️ Report is 12 commits behind head on master.

Additional details and impacted files
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@sethsamuel sethsamuel added this pull request to the merge queue Nov 13, 2025
@sethsamuel sethsamuel removed this pull request from the merge queue due to a manual request Nov 13, 2025
@sethsamuel sethsamuel added this pull request to the merge queue Nov 13, 2025
Merged via the queue into master with commit 13fc336 Nov 13, 2025
52 checks passed
@sethsamuel sethsamuel deleted the seth.samuel/DBMON-5876-add-initialization-agent-health-event-to-my-sql-integration branch November 13, 2025 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment