mysqld_exporter
mysqld_exporter copied to clipboard
Heartbeat collector query using palceholders
Improves how heartbeat generates the SQL query. Reduce the type of errors produced by "wrong" arguments.
Use argument's placeholders and QueryContext instead of using ftm.Sprintf to generate the query.
@SuperQ, can you review it please?