Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Go to inventory and open details for that RDS service.
Here in details open details for “Qan postgresql pgstatements agent”
You should see comments_parsing_disabled=true between labels. This means comment parsing is disabled like expected.
Repeat same steps for MySQL, expect in details you will see “Qan mysql perfschema agent”. This agent should have comments_parsing_disabled=true label too.
Go to QAN, run some queries with comments /* test='comment' */ etc and see that there is no filter based on comments in left panel.
Install PMM server 2.38.0
Add Remote Postgres RDS and MySQL RDS with default disabled comments parsing option
Connect to Postgres and execute the next query:
select /* test='teest' */ 200;
Connect to MySQL and execute query:
select /* test='teest' */ 200;
Wait for a few minutes
Open QAN and select added Postgres and MySQL service
Actual result: There are some new filters related to comments parsing:
Expected result: There is no new filters related to comments parsing
http://3.15.191.138/graph/d/pmm-qan/pmm-query-analytics?var-environment=All&var-cluster=All&var-replication_set=All&var-database=All&var-schema=All&var-node_name=All&var-service_name=All&var-client_host=All&var-username=All&var-service_type=All&var-node_type=All&var-city=All&var-az=All&var-interval=auto&columns=%5B%22load%22,%22num_queries%22,%22query_time%22%5D&group_by=queryid&order_by=-load&from=now-12h&to=now&page_number=1&page_size=25&totals=false&details_tab=details