Skip to content

[Metricbeat] Revisit MySQL module #16955

Open

Description

Today MySQL module collects many relevant metrics, however some are missing. E.g.

  • innodb rows {deleted, updated, read, inserted}
  • slow queries
  • row locks
  • CPU time spent by MySQL process
  • cache stats (SHOW STATUS LIKE "qcache%"), including cache size.
  • buffer pool size (innodb_buffer_pool_size)
  • connection errors (SHOW GLOBAL STATUS LIKE 'Connection_errors%';)
  • database keyword to use for filtering
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions