Skip to content

Commit 5ff8d75

Browse files
committed
Update alert name for transaction duration
1 parent b326c42 commit 5ff8d75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/plugins/apm/common/alert_types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export enum AlertType {
1414
export const ALERT_TYPES_CONFIG = {
1515
[AlertType.ErrorRate]: {
1616
name: i18n.translate('xpack.apm.errorRateAlert.name', {
17-
defaultMessage: 'Error rate'
17+
defaultMessage: 'Error rate threshold'
1818
}),
1919
actionGroups: [
2020
{
@@ -28,7 +28,7 @@ export const ALERT_TYPES_CONFIG = {
2828
},
2929
[AlertType.TransactionDuration]: {
3030
name: i18n.translate('xpack.apm.transactionDurationAlert.name', {
31-
defaultMessage: 'TransactionDuration'
31+
defaultMessage: 'Transaction duration threshold'
3232
}),
3333
actionGroups: [
3434
{

0 commit comments

Comments
 (0)