> ## Documentation Index
> Fetch the complete documentation index at: https://docs.molesignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 跨信号关联

> 为跨信号跳转预填过滤与时间。

```http theme={null}
GET /api/v1/web/correlation/{from_kind}/{to_kind}
```

为 `metric ↔ trace ↔ log ↔ host` 跳转做服务端的过滤条件与时间范围预填。

**参数**

| 参数          | 位置    | 必填 | 说明                                  |
| ----------- | ----- | -- | ----------------------------------- |
| `from_kind` | path  | ✅  | `trace` / `metric` / `log` / `host` |
| `to_kind`   | path  | ✅  | `trace` / `metric` / `log` / `host` |
| `ctx`       | query | ✅  | 源信号上下文的 base64-url JSON             |

通过 `GET /api/v1/web/correlation/providers` 获取已启用的方向列表。两个路由都需要
`streams.query`，系统范围可使用 `sys.telemetry.read`。
