oci_kafka_analyze_lag_root_cause
Diagnose why a consumer group is falling behind by analyzing consumer lag, partition health, and cluster status to identify root causes.
Instructions
Analyze consumer lag and identify potential root causes.
Collects consumer group state, per-partition lag, topic partition details, and cluster health to diagnose why a consumer group may be falling behind.
This tool gathers data only — the LLM agent should interpret the findings and present a root cause analysis to the user.
Args: group_id: The consumer group ID to analyze.
Returns a diagnostic report with:
Consumer group state and member count
Per-partition lag breakdown with severity classification
Topic health (partition count, replication status)
Cluster health context (broker count, controller status)
Potential root causes ranked by likelihood
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |