Skip to content

Commit

Permalink
Update alert name for transaction duration
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar committed Mar 24, 2020
1 parent b326c42 commit 5ff8d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/apm/common/alert_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export enum AlertType {
export const ALERT_TYPES_CONFIG = {
[AlertType.ErrorRate]: {
name: i18n.translate('xpack.apm.errorRateAlert.name', {
defaultMessage: 'Error rate'
defaultMessage: 'Error rate threshold'
}),
actionGroups: [
{
Expand All @@ -28,7 +28,7 @@ export const ALERT_TYPES_CONFIG = {
},
[AlertType.TransactionDuration]: {
name: i18n.translate('xpack.apm.transactionDurationAlert.name', {
defaultMessage: 'TransactionDuration'
defaultMessage: 'Transaction duration threshold'
}),
actionGroups: [
{
Expand Down

0 comments on commit 5ff8d75

Please sign in to comment.