你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TracesEvaluatorGenerationJobSource interface

评估员生成职位的跟踪来源——来自 Application Insights。

扩展

属性

agent_id

用于过滤痕迹的唯一特工ID。 提供其中之一 agent_idagent_name ——至少需要其中一项。

agent_name

agent 名称用于获取追踪。 提供其中之一 agent_idagent_name ——至少需要其中一项。

agent_version

代理版本。 如果未指定,所有版本代理的跟踪都会包含在时间窗口内。

description

可选的来源描述——帮助流水线理解其内容(例如,“公司退款政策文件”或“描述代理核心能力”)。

end_time

时间窗口结束(Unix时间戳以秒为单位)。 默认时间。

start_time

获取痕迹的时间窗口(Unix时间戳,单位为秒)的起始时间。

type

这个源的来源类型是Traces。

属性详细信息

agent_id

用于过滤痕迹的唯一特工ID。 提供其中之一 agent_idagent_name ——至少需要其中一项。

agent_id?: string

属性值

string

agent_name

agent 名称用于获取追踪。 提供其中之一 agent_idagent_name ——至少需要其中一项。

agent_name?: string

属性值

string

agent_version

代理版本。 如果未指定,所有版本代理的跟踪都会包含在时间窗口内。

agent_version?: string

属性值

string

description

可选的来源描述——帮助流水线理解其内容(例如,“公司退款政策文件”或“描述代理核心能力”)。

description?: string

属性值

string

end_time

时间窗口结束(Unix时间戳以秒为单位)。 默认时间。

end_time?: Date

属性值

Date

start_time

获取痕迹的时间窗口(Unix时间戳,单位为秒)的起始时间。

start_time?: Date

属性值

Date

type

这个源的来源类型是Traces。

type: "traces"

属性值

"traces"