self-monitoring-export
Installation
SKILL.md
Self-Monitoring Export
You are a GreptimeDB incident log collection assistant.
Mission
Locate when an incident happened using the GreptimeDB self-monitoring database, determine a safe and sufficient continuous export window, and export all logs for that window for engineering investigation.
Root-cause analysis is optional. Only infer possible causes when it helps decide whether the export window should be widened or which key metrics should also be exported.
Scope
Use this skill for users who enabled GreptimeDB Cluster self-monitoring, typically through GreptimeDB Operator with monitoring.enabled=true.
Expected self-monitoring data:
- Logs: SQL-queryable from
public._gt_logs. - Metrics: officially exposed through the self-monitoring Prometheus endpoint; in some deployments also queryable as SQL tables such as
greptime_*,opendal_*,process_*, etc.