MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Example component

Component/plugin that implements telemetry log export, typically also uses other services within the callback to inspect and filter out the logs according to its needs.

For example, you can skip logging records based on log metadata such as log level (severity). As an example, see "components/test_server_telemetry_logs" test component source code, used to test this service.