Skip to content

Commit

Permalink
feat(alerts): Renames eap metrics in ui to spans (#81917)
Browse files Browse the repository at this point in the history
Renames `EAP Metric` to `Spans`
  • Loading branch information
edwardgou-sentry authored and andrewshie-sentry committed Jan 2, 2025
1 parent d3cf19a commit 08b580d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/app/views/alerts/wizard/options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const AlertWizardAlertNames: Record<AlertType, string> = {
llm_cost: t('LLM cost'),
llm_tokens: t('LLM token usage'),
uptime_monitor: t('Uptime Monitor'),
eap_metrics: t('EAP Metric'),
eap_metrics: t('Spans'),
};

/**
Expand Down
2 changes: 1 addition & 1 deletion static/app/views/alerts/wizard/panelContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const AlertWizardPanelContent: Record<AlertType, PanelContent> = {
illustration: diagramUptime,
},
eap_metrics: {
description: t('Alert on eap metrics.'),
description: t('Alert on spans.'),
examples: [
t('When your average time in queue exceeds 100ms.'),
t('When your app runs more than 1000 queries in a minute.'),
Expand Down

0 comments on commit 08b580d

Please sign in to comment.