Details
-
Bug
-
Status: Done
-
Medium
-
Resolution: Fixed
-
2.9.1, 2.10.1
-
0.5
-
Yes
-
Yes
-
[obsolete] C/S Core
Description
Impact on the user:
The "Binlog Size" graph inside the "MySQL Replication Summary" dashboard is not showing data when the MySQL is an RDS instance.
Current PromQL is
avg by (service_name) (max_over_time(mysql_binlog_size_bytes{service_name=~"dgb-pmm2"}[5m]) or max_over_time(mysql_binlog_size_bytes{service_name=~"dgb-pmm2"}[5m]))
The missing PromQL is:
avg by (node_name) (max_over_time(aws_rds_bin_log_disk_usage_average{node_name=~"dgb-pmm2"}[5m]))