Description:
I’ve added a mysql server with slowlog as query source:
pmm-admin add mysql --query-source=slowlog --size-slow-logs=1GiB --disable-tablestats=true --username=pmm --password=xxxxxx mysql-0 10.0.10.10:3306
Can still see these expensive perfschema queries running by the pmm mysql user
select event_name, count_star, sum_timer_wait from performance_schema.events_waits_summary_global_by_event_name
select event_name, count_read, sum_timer_read, sum_number_of_bytes_read, count_write, sum_timer_write, sum_number_of_bytes_write, count_misc, sum_timer_misc from performance_schema.file_summary_by_event_name
Did I miss something? I’ve tried removing the server and adding it again
Version:
ProjectName: pmm-admin
Version: 2.42.0
PMMVersion: 2.42.0
Timestamp: 2024-06-06 15:28:26 (UTC)
FullCommit: 74e57527735bd062c4bd37adbd89c31bb14ebc15