cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Mysql Database cluster monitoring

Prithvi_Mandal
Participant

Hii ,

Is there any to monitoring MySql Database Cluster in Dynatrace.

Let example, we have MySql Master Database on Server A and MySql worker Database on Server B. Now my question is , How can I monitor data replication status between Master and Worker.

Please put your valuable hints.

Regards,

Prithvi

 

2 REPLIES 2

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

Not sure if that is covered by MySQL (remote monitoring) extension.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

PacoPorro
Dynatrace Leader
Dynatrace Leader

Use the custom database extension and from here you can run the SHOW REPLICA STATUS query
https://dev.mysql.com/doc/refman/8.4/en/show-replica-status.html 

Featured Posts