What problem does it solve?
Manually exporting TiDB Cloud cluster observability data (slow queries, raw logs, SQL statements) to S3 for analysis is time-consuming and error-prone, requiring manual handling of authentication, cluster metadata resolution, and pipeline lifecycle management.
Core Features & Use Cases
- End-to-End Pipeline Management: Create, list, retrieve, wait for activation, and delete monitoring pipelines for slow query, raw log, and SQL statement exports.
- Flexible Cluster Resolution: Automatically resolve cluster metadata, with a fallback strategy to infer missing deploy type via the Clinic API when only cluster ID and environment are provided.
- Direct S3 Data Access: Retrieve exported data directly from the assigned S3 bucket using AWS credentials provisioned during authentication.
- Use Case: If you need to export last quarter's slow queries from a production TiDB cluster to S3 for performance analysis, this skill automates the entire workflow from authentication to data retrieval.
Quick Start
Use the o11y-data-export skill to create a slow query export pipeline for your TiDB Cloud cluster and download the exported data from S3.