Skip to content

Conversation

@BupycHuk
Copy link
Member

PMM-14616

Link to the Feature Build: SUBMODULES-0

If this PR adds, removes or alters one or more API endpoints, please review and add or update the relevant API documentation as well:

  • API Docs updated

If this PR is related to some other PRs in this or other repositories, please provide links to those PRs:

  • Links to related pull requests (optional).

- Introduced the RealtimeAnalyticsService with methods to list currently running RTA agents.
- Added necessary proto files for gRPC and RESTful API integration.
- Implemented validation logic for request and response messages.
- Created service logic to handle agent data retrieval and filtering by cluster.
- Added unit tests to ensure functionality and correctness of the service methods.
@BupycHuk BupycHuk requested a review from a team as a code owner December 10, 2025 19:32
@BupycHuk BupycHuk requested review from ademidoff and maxkondr and removed request for a team December 10, 2025 19:32
@codecov
Copy link

codecov bot commented Dec 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.91%. Comparing base (52e2db4) to head (8ded521).
⚠️ Report is 6 commits behind head on PMM-14567.

Additional details and impacted files
@@              Coverage Diff              @@
##           PMM-14567    #4829      +/-   ##
=============================================
- Coverage      45.93%   45.91%   -0.02%     
=============================================
  Files            364      364              
  Lines          37834    37839       +5     
=============================================
- Hits           17378    17375       -3     
- Misses         18784    18788       +4     
- Partials        1672     1676       +4     
Flag Coverage Δ
admin 17.92% <ø> (ø)
agent 53.61% <ø> (-0.06%) ⬇️
vmproxy 72.09% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

- Updated PMM Server and MongoDB images in GitHub Actions workflows to specific versions.
- Enhanced the Realtime Analytics service by modifying the ListRunningRealtimeAgents method signature for clarity.
- Changed test assertions to use require.Empty for better readability.
@BupycHuk BupycHuk requested a review from a team as a code owner December 10, 2025 20:35
- Changed the initialization of the Agents slice in the ListRunningRealtimeAgents method from using make to a shorthand slice literal for improved readability.
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