Skip to content

Commit

Permalink
Additional fields to MySQL module (#12227)
Browse files Browse the repository at this point in the history
Collect some additional fields from `SHOW GLOBAL STATUS`:
* Queries and Questions as total statements counters, complementary
  to the com_% that are already collected
* handler_% for low level database operations
* innodb_buffer_pool% to monitor resources used by innodb buffer pool
  • Loading branch information
aidarbek authored and jsoriano committed May 28, 2019
1 parent 02b6336 commit af5afd2
Show file tree
Hide file tree
Showing 6 changed files with 776 additions and 19 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add `regions` in aws module config to specify target regions for querying cloudwatch metrics. {issue}11932[11932] {pull}11956[11956]
- Keep `etcd` followers members from reporting `leader` metricset events {pull}12004[12004]
- Add overview dashboard to Consul module {pull}10665[10665]
- New fields were added in the mysql/status metricset. {pull}12227[12227]

*Packetbeat*

Expand Down
Loading

0 comments on commit af5afd2

Please sign in to comment.