Loading

MySQL OpenTelemetry Input Package

Version 0.1.0 (View all)
Subscription level
What's this?
Basic
Developed by
What's this?
Elastic
Minimum Kibana version(s) 9.2.2
The MySQL OpenTelemetry Input Package integration v0.1.0 is in beta

To use beta integrations, go to the Integrations page in Kibana, scroll down, and toggle on the Display beta integrations option.

The MySQL OpenTelemetry Input Package for Elastic enables collection of telemetry data from MySQL database servers through OpenTelemetry protocols using the mysqlreceiver.

This package receives telemetry data from MySQL servers by configuring the MySQL endpoint and credentials in the Input Package, which then gets applied to the mysqlreceiver present in the EDOT collector, which then forwards the data to Elastic Agent. The Elastic Agent processes and enriches the data before sending it to Elasticsearch for indexing and analysis. Once the data arrives into Elasticsearch, its corresponding MySQL OpenTelemetry Assets Package gets auto installed and the dashboards light up.

  • MySQL 8.0+ or MariaDB 10.11+
  • A MySQL user with permissions to run SHOW GLOBAL STATUS
  • For query sample collection, the performance_schema must be enabled

For the full list of settings exposed for the receiver and examples, refer to the configuration section.

For a complete list of all available metrics and their detailed descriptions, refer to the MySQL Receiver documentation in the upstream OpenTelemetry Collector repository.