Skip to content

Tibi holmes#5118

Draft
theTibi wants to merge 118 commits intotibi-testfrom
tibi-holmes
Draft

Tibi holmes#5118
theTibi wants to merge 118 commits intotibi-testfrom
tibi-holmes

Conversation

@theTibi
Copy link
Copy Markdown
Contributor

@theTibi theTibi commented Mar 6, 2026

PMM-0

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).

fabio-silva and others added 13 commits January 22, 2026 13:13
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
- Settings: Add Adre struct (Enabled, URL), IsAdreEnabled(), GetAdreURL()
- ChangeSettingsParams: Add EnableAdre, AdreURL for updates
- New package managed/services/adre: HolmesGPT HTTP client
  - Models(), Chat(), ChatStream(), Investigate(), InvestigateStream()
  - Uses HolmesGPT /api/chat, /api/stream/chat, /api/investigate, etc.

Made-with: Cursor
- Introduced new HTTP handlers for ADRE settings, models, chat, alerts, and investigation endpoints in the pmm-managed service.
- Updated the Grafana auth server to include permissions for ADRE routes.
- Added navigation support for ADRE in the UI, including a dedicated page and chat widget.
- Enhanced the main application layout to incorporate the ADRE chat widget.

Made-with: Cursor
@theTibi theTibi requested review from a team as code owners March 6, 2026 23:59
@theTibi theTibi requested review from JiriCtvrtka, fabio-silva, matejkubinec and maxkondr and removed request for a team March 6, 2026 23:59
@theTibi theTibi marked this pull request as draft March 6, 2026 23:59
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 7, 2026

Codecov Report

❌ Patch coverage is 1.70940% with 230 lines in your changes missing coverage. Please review.
✅ Project coverage is 46.61%. Comparing base (6a44b81) to head (873063c).

Files with missing lines Patch % Lines
...panel/components/Details/AiInsights/AiInsights.tsx 0.00% 185 Missing and 10 partials ⚠️
...omponents/Details/AiInsights/AiInsights.service.ts 0.00% 17 Missing and 1 partial ⚠️
...p/src/pmm-qan/panel/components/Details/Details.tsx 0.00% 8 Missing ⚠️
managed/models/database.go 37.50% 4 Missing and 1 partial ⚠️
managed/cmd/pmm-managed/main.go 0.00% 4 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##           tibi-test    #5118      +/-   ##
=============================================
- Coverage      47.57%   46.61%   -0.96%     
=============================================
  Files            414      553     +139     
  Lines          42177    44876    +2699     
  Branches           0      658     +658     
=============================================
+ Hits           20065    20920     +855     
- Misses         20134    21890    +1756     
- Partials        1978     2066      +88     
Flag Coverage Δ
admin 34.42% <ø> (ø)
agent 53.08% <ø> (-0.25%) ⬇️
unittests 37.81% <0.00%> (?)
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.

theTibi added 7 commits March 7, 2026 10:51
- Modified README to clarify ADRE settings access for viewers and admins.
- Enhanced ChatStream functionality to handle streaming requests more effectively.
- Added URL validation in PostSettings handler to ensure proper format.
- Updated Grafana auth server to allow viewer access to ADRE settings.
- Improved error handling in AdrePage to manage loading states and forbidden access.
- Refactored AdreChatWidget to remove unused model fetching logic.
- Introduced a utility function to parse and extract text from SSE data in chat streams.

Made-with: Cursor
- Updated README to specify that alerts require ADRE to be enabled.
- Modified ChatStream to avoid mutating the original request.
- Added comprehensive tests for ADRE settings and model retrieval.
- Improved URL validation in PostSettings handler to ensure proper format and provide clearer error messages.
- Enhanced error handling in various ADRE handlers to ensure consistent responses.

Made-with: Cursor
- Changed the ChatStream HTTP request URL from /api/stream/chat to /api/chat for consistency.
- Enhanced error message formatting in ChatStream to clarify the source of errors related to the new endpoint.

Made-with: Cursor
- Updated ADRE handlers to fetch alerts from Grafana's Alertmanager instead of VMAlert.
- Modified README to reflect the change in alert source.
- Enhanced error handling and added tests for the new alert fetching functionality.
- Refactored related components to improve clarity and maintainability.

Made-with: Cursor
- Added support for Basic Authentication in the ADRE client by encoding credentials in the Authorization header.
- Updated README to include instructions for using authentication with HolmesGPT URLs.
- Improved error handling in the InvestigateStream method to clarify endpoint usage.

Made-with: Cursor
- Updated the buildInvestigatePayload function to include optional context and subject fields as records.
- Improved the structure of the subject field to encapsulate alert details more effectively.
- Ensured that the context field provides additional information about the alert source and count.

Made-with: Cursor
…handling

- Updated adreChatStream to accept a callback for both content and reasoning chunks, improving the response structure.
- Refactored SSE data parsing to return content and reasoning separately, enhancing clarity and usability.
- Modified AdreChatPanel to store and display reasoning alongside chat messages, improving user experience.
- Improved local storage handling to accommodate reasoning data, ensuring persistence across sessions.

Made-with: Cursor
theTibi added 2 commits March 26, 2026 23:18
- Changed the default chat mode from "fast" to "investigation" across various components, including settings, chat panel, and preferences.
- Updated the logic in the settings model and UI to reflect this change, ensuring consistency in user experience.
- Introduced utility functions for loading and saving chat UI preferences, enhancing user configurability.
- Adjusted related tests to verify the correct handling of the new default chat mode.

These changes improve the alignment of the ADRE feature with user expectations and enhance the overall chat experience.
Resolve conflicts: keep AI investigations migrations 130-133; add syslog
preset as 134; SSO table drop as 135; renumber rta_options migration 126->116
to match tibi-test. Merge ADRE and OTEL retention settings, defaults, and tests.
Keep PMM 2 client deprecation note in upgrade docs.

Made-with: Cursor
@fabio-silva fabio-silva removed their request for review March 30, 2026 15:35
fabio-silva and others added 23 commits March 30, 2026 17:30
- Implemented a new endpoint `/v1/adre/qan-insights/servicenow` to handle POST requests for creating ServiceNow tickets based on QAN insights.
- Enhanced the `ChatRequest` structure to include new fields for frontend tools and decisions.
- Updated the investigation response to include confidence metrics and evidence entries.
- Added functionality to copy investigation details in markdown and JSON formats from the Investigation Detail Page.
- Improved the QAN AI Insights page with a button to create ServiceNow tickets and display the ticket number upon creation.

This update enhances the integration of QAN insights with ServiceNow, providing users with better tools for incident management.
- Added a new binary file `pmm-managed-linux` for managing PMM operations.
- Updated the `GetQanInsights` handler to return a 200 status with an empty analysis and `cached: false` on cache misses, improving user experience by avoiding misleading 404 errors.
- Removed the ServiceNow ticket creation functionality from the QAN AI Insights page, streamlining the interface.
- Introduced new utility functions for managing frontend tools, ensuring compatibility with legacy tool names and enhancing the overall user interaction with PMM.
- Improved the layout and responsiveness of the Adre page components, ensuring better usability across different screen sizes.

This update enhances the QAN insights functionality and user interface, providing a more intuitive experience for users interacting with PMM.
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.2 to 6.0.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5.5.2...57e3a13)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@b45d80f...4907a6d)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* PMM-14856 Make multiline output of telemetry metrics

- Improve docker-compose.yaml

* revert changes in docker-compose.yaml
* PMM-14951 Fix timezone menu link variable

* PMM-14951 Update getLinkUrl implementation to keep sync with grafana

* PMM-14951 Update comment

---------

Co-authored-by: Fábio Silva <ffjs1993@gmail.com>
* PMM-14825 Fix tests related to disabling telemetry in FB

* PMM-14825 Fix API agent test

* PMM-14825 Fix API agent test, follow up on review

* PMM-14825 Follow up on review

* PMM-14825 Add a unit test

* PMM-14825 Refactor the code and unit test

* PMM-14825 Fix empty ds lookup failure
…5217)

Agent-Logs-Url: https://github.com/percona/pmm/sessions/dc400a49-230f-400c-a20e-a4f893760826

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ademidoff <81549+ademidoff@users.noreply.github.com>
Co-authored-by: Alex Demidoff <alexander.demidoff@percona.com>
* Follow up on PR review

* chore: trigger the build

* Fix a broken link
…agent

- Introduced `daemonset.example.yaml` as a reference for deploying the coroot-node-agent in Kubernetes, including configuration for security context, resource limits, and volume mounts.
- Added a README file to provide guidance on using the coroot-node-agent with PMM, detailing installation steps, configuration options, and best practices for deployment.
- Enhanced documentation for OTEL ClickHouse schema alignment and rollout strategies, ensuring clarity on database management and schema creation.
@it-percona-cla
Copy link
Copy Markdown
Contributor

it-percona-cla commented Apr 8, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
4 out of 5 committers have signed the CLA.

✅ fabio-silva
✅ ademidoff
✅ matejkubinec
✅ theTibi
❌ Copilot
You have signed the CLA already but the status is still pending? Let us recheck it.

theTibi added 3 commits April 9, 2026 16:27
…ations

- Introduced a new interactive service map panel for PMM, visualizing service connections and synchronized trace data.
- Added configuration files including ESLint and TypeScript settings for the new panel.
- Created a comprehensive README detailing features, data sources, build, and deployment instructions.
- Implemented various components for the service map, including namespace filtering and service node representation.
- Updated .gitignore to include build artifacts for the new panel.

This commit lays the foundation for enhanced observability in PMM through the service map visualization.
- Enhanced GitHub Actions workflow to include caching for both pmm-app and pmm-service-map dependencies.
- Updated Grafana configuration to allow loading of the new pmm-service-map-panel plugin.
- Incremented RPM release version to 24 and included the pmm-service-map-panel in the percona-dashboards RPM.
- Modified Makefile to install and build dependencies for both pmm-app and pmm-service-map.
- Updated the OTel ClickHouse dashboard JSON to use the new ClickHouse-OTEL datasource.
- Revised README for the pmm-service-map to clarify deployment instructions within PMM.

These changes improve the integration and deployment of the new service map panel, enhancing observability in PMM.
- Introduced a new AI Insights tab in the Details section, allowing users to access AI-generated analysis for queries.
- Implemented the AiInsights component to handle fetching and displaying insights, including loading states and error handling.
- Added constants and messages for the new tab, including various user notifications and actions.
- Created a service for API interactions related to AI insights, including fetching insights and creating ServiceNow tickets.
- Updated the Details component to integrate the new AI Insights tab and manage its visibility based on query context.

These changes enhance the user experience by providing actionable insights directly within the PMM interface.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants