Skip to content

Commit

Permalink
collect com_commit and com_rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
UlricQin committed Jul 11, 2022
1 parent 2cc6da2 commit 7dd967a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inputs/mysql/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ var STATUS_VARS = map[string]struct{}{
"com_update": {},
"com_delete": {},
"com_replace": {},
"com_commit": {},
"com_rollback": {},
"com_load": {},
"com_insert_select": {},
"com_update_multi": {},
Expand Down

0 comments on commit 7dd967a

Please sign in to comment.