AgentInsight interface
A persisted issue discovered from an agent's traces.
Properties
| agent_name | The agent this insight belongs to. |
| agent_version | The latest immutable agent version associated with this insight. |
| category | An open, service-generated category label for the issue. Clients must accept previously unseen values. |
| created_at | The time when this insight was created. |
| description | The root-cause diagnosis for the issue. |
| details | Additional insight details. Omitted unless details are requested. |
| id | The insight identifier. |
| monitor_id | The Agent Insights monitor this insight belongs to. |
| severity | The severity of the issue. |
| status | The lifecycle status of the insight. |
| title | A short title for the issue. |
| trace_count | The number of traces that provide evidence for this insight. |
| updated_at | The time when this insight was last updated. |
Property Details
agent_name
The agent this insight belongs to.
agent_name: string
Property Value
string
agent_version
The latest immutable agent version associated with this insight.
agent_version: string
Property Value
string
category
An open, service-generated category label for the issue. Clients must accept previously unseen values.
category: string
Property Value
string
created_at
The time when this insight was created.
created_at: Date
Property Value
Date
description
The root-cause diagnosis for the issue.
description: string
Property Value
string
details
Additional insight details. Omitted unless details are requested.
details?: AgentInsightDetails
Property Value
id
The insight identifier.
id: string
Property Value
string
monitor_id
The Agent Insights monitor this insight belongs to.
monitor_id: string
Property Value
string
severity
status
title
A short title for the issue.
title: string
Property Value
string
trace_count
The number of traces that provide evidence for this insight.
trace_count: number
Property Value
number
updated_at
The time when this insight was last updated.
updated_at: Date
Property Value
Date