Technologies/MySQL/mysql.binlog.disk_use
MySQLMySQLMetric

mysql.binlog.disk_use

Total binary log file size.
Dimensions:None
Available on:DatadogDatadog (1)
Interface Metrics (1)
DatadogDatadog
Total binary log file size.
Dimensions:None
Related Insights (2)
Binary Log Spike Cascadecritical

Sudden spike in binary log disk usage triggers CPU, network, and IOPS saturation, creating a cascading slowdown. Large write operations (bulk updates, schema changes) generate excessive binlog data faster than it can be purged, leading to storage pressure and performance degradation.

Storage Full from Binary Log Accumulationcritical

Storage fills up due to binary log retention exceeding available disk space. Binary logs accumulate faster than they are purged, often during replication lag or when binlog_expire_logs_seconds is set too high, leading to storage exhaustion.