Skip to content

Commit 0673dae

Browse files
authored
feat(agent-monitoring): Add create alert action (#94166)
1 parent b8a75f7 commit 0673dae

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

static/app/views/insights/agentMonitoring/components/llmGenerationsWidget.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export default function LLMGenerationsWidget() {
131131
organization.features.includes('visibility-explore-view') &&
132132
hasData && (
133133
<Toolbar
134+
showCreateAlert
134135
exploreParams={{
135136
mode: Mode.AGGREGATE,
136137
visualize: [

static/app/views/insights/agentMonitoring/components/tokenUsageWidget.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export default function TokenUsageWidget() {
148148
organization.features.includes('visibility-explore-view') &&
149149
timeSeries && (
150150
<Toolbar
151+
showCreateAlert
151152
exploreParams={{
152153
mode: Mode.AGGREGATE,
153154
visualize: [

static/app/views/insights/agentMonitoring/components/toolUsageWidget.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export default function ToolUsageWidget() {
125125
organization.features.includes('visibility-explore-view') &&
126126
hasData && (
127127
<Toolbar
128+
showCreateAlert
128129
exploreParams={{
129130
mode: Mode.AGGREGATE,
130131
visualize: [

static/app/views/insights/pages/platform/shared/baseLatencyWidget.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export default function BaseLatencyWidget({
8181
organization.features.includes('visibility-explore-view') &&
8282
!isEmpty && (
8383
<Toolbar
84+
showCreateAlert
8485
exploreParams={{
8586
mode: Mode.SAMPLES,
8687
visualize: [

0 commit comments

Comments
 (0)