Skip to content

Commit

Permalink
Update mysql/datadog_checks/mysql/const.py
Browse files Browse the repository at this point in the history
Co-authored-by: Justin <[email protected]>
  • Loading branch information
keisku and justiniso committed Jan 20, 2022
1 parent 5e1d923 commit 42bf02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/datadog_checks/mysql/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
'Key_buffer_size': ('mysql.myisam.key_buffer_size', GAUGE),
'Key_cache_utilization': ('mysql.performance.key_cache_utilization', GAUGE),
'max_connections': ('mysql.net.max_connections_available', GAUGE),
'max_prepared_stmt_count': ('mysql.performance.max_prepared_stmt_count', COUNT),
'max_prepared_stmt_count': ('mysql.performance.max_prepared_stmt_count', GAUGE),
'query_cache_size': ('mysql.performance.qcache_size', GAUGE),
'table_open_cache': ('mysql.performance.table_open_cache', GAUGE),
'thread_cache_size': ('mysql.performance.thread_cache_size', GAUGE),
Expand Down

0 comments on commit 42bf02b

Please sign in to comment.