Skip to content

Commit 2d1ca2a

Browse files
feat(alerts): Renames eap metrics in ui to spans (#81917)
Renames `EAP Metric` to `Spans`
1 parent d65af5b commit 2d1ca2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/app/views/alerts/wizard/options.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const AlertWizardAlertNames: Record<AlertType, string> = {
9393
llm_cost: t('LLM cost'),
9494
llm_tokens: t('LLM token usage'),
9595
uptime_monitor: t('Uptime Monitor'),
96-
eap_metrics: t('EAP Metric'),
96+
eap_metrics: t('Spans'),
9797
};
9898

9999
/**

static/app/views/alerts/wizard/panelContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export const AlertWizardPanelContent: Record<AlertType, PanelContent> = {
187187
illustration: diagramUptime,
188188
},
189189
eap_metrics: {
190-
description: t('Alert on eap metrics.'),
190+
description: t('Alert on spans.'),
191191
examples: [
192192
t('When your average time in queue exceeds 100ms.'),
193193
t('When your app runs more than 1000 queries in a minute.'),

0 commit comments

Comments
 (0)