opentelemetry-collector-contrib icon indicating copy to clipboard operation
opentelemetry-collector-contrib copied to clipboard

[receiver/mysql]: add scraping io_waits metrics

Open aboguszewski-sumo opened this issue 3 years ago • 0 comments

Description: This PR adds scraping metrics related to I/O waits for tables and indices. There are 4 new metrics. List of used attributes was taken from here: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/mysql#tags

Link to tracking Issue: #14138

Testing: Unit tests for scraper and integration tests have been updated. The integration tests required putting some example data (empty schema, table and index), which is done in the setup.sh script.

Documentation: Documentation automatically generated by mdatagen.

aboguszewski-sumo avatar Sep 20 '22 13:09 aboguszewski-sumo