arize-link
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseArize Link
Arize 链接
Generate deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs.
生成指向Arize UI的深度链接,可用于跳转trace、span、会话、数据集、标注队列、评估器和标注配置页面。
When to Use
适用场景
- User wants a link to a trace, span, session, dataset, labeling queue, evaluator, or annotation config
- You have IDs from exported data or logs and need to link back to the UI
- User asks to "open" or "view" any of the above in Arize
- 用户需要获取指向trace、span、会话、数据集、标注队列、评估器或标注配置的链接
- 你持有导出数据或日志中的ID,需要跳转回UI页面
- 用户要求在Arize中「打开」或「查看」上述任意资源
Required Inputs
必填输入项
Collect from the user or context (exported trace data, parsed URLs):
| Always required | Resource-specific |
|---|---|
| |
| |
| |
| |
|
All path IDs must be base64-encoded (characters: ). A raw numeric ID produces a valid-looking URL that 404s. If the user provides a number, ask them to copy the ID directly from their Arize browser URL (). If you have a raw internal ID (e.g. ), base64-encode it before inserting into the URL.
A-Za-z0-9+/=https://app.arize.com/organizations/{org_id}/spaces/{space_id}/…Organization:1:abC1从用户或上下文(导出的trace数据、解析的URL)中收集:
| 通用必填项 | 资源专属项 |
|---|---|
| |
| |
| |
| |
|
所有路径ID必须为base64编码(支持字符:)。原始数字ID生成的URL看起来格式合法但会返回404。如果用户提供的是数字,请让他们直接从Arize浏览器URL中复制ID()。如果你持有原始内部ID(例如),请先进行base64编码再插入到URL中。
A-Za-z0-9+/=https://app.arize.com/organizations/{org_id}/spaces/{space_id}/…Organization:1:abC1URL Templates
URL模板
Base URL: (override for on-prem)
https://app.arize.comTrace (add to highlight a specific span):
&selectedSpanId={span_id}{base_url}/organizations/{org_id}/spaces/{space_id}/projects/{project_id}?selectedTraceId={trace_id}&queryFilterA=&selectedTab=llmTracing&timeZoneA=America%2FLos_Angeles&startA={start_ms}&endA={end_ms}&envA=tracing&modelType=generative_llmSession:
{base_url}/organizations/{org_id}/spaces/{space_id}/projects/{project_id}?selectedSessionId={session_id}&queryFilterA=&selectedTab=llmTracing&timeZoneA=America%2FLos_Angeles&startA={start_ms}&endA={end_ms}&envA=tracing&modelType=generative_llmDataset (: or ):
selectedTabexamplesexperiments{base_url}/organizations/{org_id}/spaces/{space_id}/datasets/{dataset_id}?selectedTab=examplesQueue list / specific queue:
{base_url}/organizations/{org_id}/spaces/{space_id}/queues
{base_url}/organizations/{org_id}/spaces/{space_id}/queues/{queue_id}Evaluator (omit for latest):
?version=…{base_url}/organizations/{org_id}/spaces/{space_id}/evaluators/{evaluator_id}
{base_url}/organizations/{org_id}/spaces/{space_id}/evaluators/{evaluator_id}?version={version_url_encoded}The value must be URL-encoded (e.g., trailing → ).
version=%3DAnnotation configs:
{base_url}/organizations/{org_id}/spaces/{space_id}/annotation-configs基础URL:(私有化部署可替换)
https://app.arize.comTrace(添加可高亮指定span):
&selectedSpanId={span_id}{base_url}/organizations/{org_id}/spaces/{space_id}/projects/{project_id}?selectedTraceId={trace_id}&queryFilterA=&selectedTab=llmTracing&timeZoneA=America%2FLos_Angeles&startA={start_ms}&endA={end_ms}&envA=tracing&modelType=generative_llm会话:
{base_url}/organizations/{org_id}/spaces/{space_id}/projects/{project_id}?selectedSessionId={session_id}&queryFilterA=&selectedTab=llmTracing&timeZoneA=America%2FLos_Angeles&startA={start_ms}&endA={end_ms}&envA=tracing&modelType=generative_llm数据集(可选值:或):
selectedTabexamplesexperiments{base_url}/organizations/{org_id}/spaces/{space_id}/datasets/{dataset_id}?selectedTab=examples队列列表 / 指定队列:
{base_url}/organizations/{org_id}/spaces/{space_id}/queues
{base_url}/organizations/{org_id}/spaces/{space_id}/queues/{queue_id}评估器(查询最新版本可省略):
?version=…{base_url}/organizations/{org_id}/spaces/{space_id}/evaluators/{evaluator_id}
{base_url}/organizations/{org_id}/spaces/{space_id}/evaluators/{evaluator_id}?version={version_url_encoded}version=%3D标注配置:
{base_url}/organizations/{org_id}/spaces/{space_id}/annotation-configsTime Range
时间范围
CRITICAL: and (epoch milliseconds) are required for trace/span/session links — omitting them defaults to the last 7 days and will show "no recent data" if the trace falls outside that window.
startAendAPriority order:
- User-provided URL — extract and reuse /
startAdirectly.endA - Span — pad ±1 day (or ±1 hour for a tighter window).
start_time - Fallback — last 90 days (to
now - 90d).now
Prefer tight windows; 90-day windows load slowly.
重要提示: 和(Unix时间戳,单位毫秒)是trace/span/会话链接的必填项——如果省略会默认取最近7天,若trace不在该时间范围内会显示「无最近数据」。
startAendA优先级顺序:
- 用户提供的URL——直接提取复用/
startA。endA - Span的——前后各扩展1天(或扩展1小时获得更精准的窗口)。
start_time - 兜底方案——最近90天(到
当前时间 - 90天)。当前时间
建议优先使用窄时间窗口,90天的窗口加载速度较慢。
Instructions
使用说明
- Gather IDs from user, exported data, or URL context.
- Verify all path IDs are base64-encoded.
- Determine /
startAusing the priority order above.endA - Substitute into the appropriate template and present as a clickable markdown link.
- 从用户、导出数据或URL上下文中收集所需ID。
- 验证所有路径ID都已进行base64编码。
- 按照上述优先级确定/
startA。endA - 代入对应模板,以可点击的markdown链接形式呈现。
Troubleshooting
问题排查
| Problem | Solution |
|---|---|
| "No data" / empty view | Trace outside time window — widen |
| 404 | ID wrong or not base64. Re-check |
| Span not highlighted | |
| |
| 问题 | 解决方案 |
|---|---|
| 「无数据」/ 空视图 | trace不在时间窗口内——扩大 |
| 404错误 | ID错误或未进行base64编码。从浏览器URL重新核对 |
| Span未高亮 | |
| |
Related Skills
相关技能
- arize-trace: Export spans to get ,
trace_id, andspan_id.start_time
- arize-trace:导出span以获取、
trace_id和span_id。start_time
Examples
示例
See references/EXAMPLES.md for a complete set of concrete URLs for every link type.
查看references/EXAMPLES.md获取所有链接类型的完整具体URL示例。