Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

MySQL 8.3 Reference Manual  /  Telemetry  /  OpenTelemetry TRACE

35.2 OpenTelemetry TRACE

As of 8.1.0, MySQL Enterprise Edition generates OTel trace data on Linux platforms.

Tracing telemetry enables you to visualize the flow of any processing action as it is processed through your server. The data for each action, a span, includes possible error information and timing data. Traces are generated for COM_QUERY commands executed, including non-query commands such as COM_PING, or COM_STMT_CLOSE. Query statement traces also have an associated SQL text attribute.

Telemetry tracing is implemented in:

  • MySQL Enterprise Edition Telemetry Component

  • MySQL Enterprise Edition Client

  • MySQL Connectors