Skip to content

Commit

Permalink
Document the option to collect InnoDB metrics. (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpeshansky authored Jun 9, 2020
1 parent 0f2f5bb commit 6345e02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/collectd.d/mysql.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ LoadPlugin mysql
Password "STATS_PASS"
MasterStats true
SlaveStats true
# Uncomment the following line if you want to collect InnoDB metrics.
#InnodbStats true
</Database>
</Plugin>
2 changes: 2 additions & 0 deletions templates/mysql.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ LoadPlugin mysql
Password "STATS_PASS"
MasterStats true
SlaveStats true
# Uncomment the following line if you want to collect InnoDB metrics.
#InnodbStats true
</Database>
</Plugin>

0 comments on commit 6345e02

Please sign in to comment.