Skip to content

Commit

Permalink
Merge pull request #899 from DataDog/fix-mysql-check
Browse files Browse the repository at this point in the history
fix mysql check duplicate metric
  • Loading branch information
Remi Hakim committed Apr 10, 2014
2 parents d468dff + 8adccfd commit 4628aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks.d/mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'Innodb_data_reads': ('mysql.innodb.data_reads', RATE),
'Innodb_data_writes': ('mysql.innodb.data_writes', RATE),
'Innodb_os_log_fsyncs': ('mysql.innodb.os_log_fsyncs', RATE),
'Innodb_data_reads': ('mysql.innodb.buffer_pool_size', RATE),
'Innodb_buffer_pool_size': ('mysql.innodb.buffer_pool_size', RATE),
'Slow_queries': ('mysql.performance.slow_queries', RATE),
'Questions': ('mysql.performance.questions', RATE),
'Queries': ('mysql.performance.queries', RATE),
Expand Down

0 comments on commit 4628aab

Please sign in to comment.