MySQL 9.1.0
Source Code Documentation
Server telemetry logs service

Performance Schema server telemetry logs service is a mechanism which provides plugins/components a way to register its callback to receive each telemetry log record being generated in MySQL.

This way plugin/component can implement its custom log emit protocol.

Service Introduction

Service Interface

Example component