rca_graph_discover
Automatically discover causal relationships from metric time series data using conditional independence tests. Identify the causal skeleton graph from your observational metrics.
Instructions
Automatically discover a causal skeleton from observational metric data using partial-correlation + Fisher-Z conditional independence tests (PC-algorithm).
Args: params (GraphDiscoverInput): - name: name for the resulting graph - data: {variable: [float values]} — min 30 rows, max 50 variables - significance: p-value threshold (default 0.05)
Returns: str: JSON with graph_id and discovered edge summary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |