All work
- MongoDB plan tracking on executionPMM-13603Resolved issue: PMM-13603Jiří Čtvrtka
- Provide QAN UI feedback when settings are sub-optimalPMM-13512
- Remove truncated queries from QAN, or give better feedbackPMM-13511
- QAN Explain sometimes uses older ExamplePMM-13510
- don't show "pmm queries" from QANPMM-13484
- Improve the QAN filter panel UIPMM-13462
- PMM Server - QAN - No Data on details tab for selected query.PMM-13452Resolved issue: PMM-13452Jiří Čtvrtka
- Full SQL Text including comments for MySQL QANPMM-13395
- Improve query fingerprint presentationPMM-13374Resolved issue: PMM-13374Nurlan Moldomurov
- Add additional columns options to QANPMM-13349
- Fully featured QAN without exposing real examples to some usersPMM-13304
- max query length is ignored for pg_stat_statements.PMM-13288Resolved issue: PMM-13288Nurlan Moldomurov
- Discrepancy in PMM 2.42.0 between QAN and InnoDBPMM-13281Jiří Čtvrtka
- Queries getting truncatedPMM-13087Resolved issue: PMM-13087
- QAN - Explain tab is not showing values.PMM-13071Resolved issue: PMM-13071Jiří Čtvrtka
- Enhancements to PMM Query Analytics Dashboard for MariaDBPMM-12886
- QAN - No queries available for this combination of filters in the selected time framePMM-12874Resolved issue: PMM-12874
- Grafana 10 - QAN - Column management brokenPMM-12845Resolved issue: PMM-12845Matej Kubinec
- QAN - invalid GetActionRequest.ActionId: value length must be at least 1 runesPMM-12784Resolved issue: PMM-12784Matej Kubinec
- Implement copy option for Examples tab in the QAN dashboardPMM-12764
- QAN - pagination is not workingPMM-12725Resolved issue: PMM-12725Nurlan Moldomurov
- Add first/last seen and waits info to QAN Query MetricsPMM-12564
- Allow formulas to expose metrics in QANPMM-12534
- Error seen on QAN dashboard: invalid GetActionRequest.ActionId: value length must be at least 1 runesPMM-12519Resolved issue: PMM-12519
- Tables tab is not working for the select queryPMM-12423
- In QAN MySQL Perfschema, same SQL from different DBs will only be counted in ONE databasePMM-12413Resolved issue: PMM-12413Jiří Čtvrtka
- Not getting example queries in QAN.PMM-12267Resolved issue: PMM-12267
- [QAN] Hide metadata table in QAN query detailsPMM-12229Resolved issue: PMM-12229Yash Sartanpara
- QAN: Error 1064 (42000): You have an error in your SQL syntax;PMM-12218
- SQL comments query parsing (part2, GA preparation)PMM-12214
- QAN: Explain plan not displayed if database name is missing in the queryPMM-12151Resolved issue: PMM-12151Jiří Čtvrtka
- QAN: Cannot convert undefined or null to objectPMM-12105Resolved issue: PMM-12105Jiří Čtvrtka
- QAN > MongoDB > Query Details > Non-time values are displayed as time values on tooltipPMM-12091Resolved issue: PMM-12091Iurii Marushevskyi
- QAN Explain for MySQL shows "Error 1064: You have an error in your SQL syntax"PMM-12069Jiří Čtvrtka
- QAN > Clicking Refresh button does not send ../Get and ../GetReport request after applying time range manuallyPMM-11969
- FE QAN support for parsing query comments (MySQL and PG)PMM-11968Resolved issue: PMM-11968
- Respect timezone in QANPMM-11959Resolved issue: PMM-11959
- QAN > Tables tab > Error 1046 is shown for Status section even if dbname is included into queryPMM-11954Jiří Čtvrtka
- Query Time wrong in the QAN dashboardPMM-11937
- [MongoDB] QAN support for parsing query commentsPMM-11866
- PMM Agent does not work with PG 12 + PGSM 2.0PMM-11829Resolved issue: PMM-11829Jiří Čtvrtka
- PMM Query Analytics module - PostgreSQL AuditPMM-11731Resolved issue: PMM-11731Mateusz Henicz
- Syntax issues with PlaceholdersPMM-11729Resolved issue: PMM-11729Jiří Čtvrtka
- SQL Injection in the Query Analytics Explain pagePMM-11695Resolved issue: PMM-11695
- PMM Query Analytics module - MySQL AuditPMM-11688Taras Onishchuk
- QAN: Command Type filter doesn't work properlyPMM-11657
- [RECURRENT] QAN: Maintenance and supportPMM-11579Roma Novikov
- Getting MySQL Error 1064 when trying to show Explain Plan in PMM 2.34.0PMM-11577Resolved issue: PMM-11577
- Provide ability to tag queries in Query AnalyticsPMM-11571
- QAN Node Name and Service Name are not easily selectablePMM-11560
50 of 433
MongoDB plan tracking on execution
Duplicate
General
Escalation
General
Escalation
Description
How to test
None
How to document
None
Details
Details
Assignee
Jiří Čtvrtka
Jiří ČtvrtkaReporter
Vinicius Grippa
Vinicius GrippaPriority
Components
Needs QA
Yes
Needs Doc
Yes
Planned Version/s
Due date
Mar 12, 2025
Created December 9, 2024 at 12:28 PM
Updated 3 days ago
Resolved March 12, 2025 at 12:33 PM
Activity
Show:
Problem:
MongoDB is not allowing to execute explain on all types of queries and it’s also impacting DB
However, there's also the attribute planSummary (documentation) with Plan execution we can use.
Proposed solution: Start tracking Plan execution on the data collection step, so the Plan is collected together with an example, stored and presented to the user without execution