We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b326c42 commit 5ff8d75Copy full SHA for 5ff8d75
1 file changed
x-pack/plugins/apm/common/alert_types.ts
@@ -14,7 +14,7 @@ export enum AlertType {
14
export const ALERT_TYPES_CONFIG = {
15
[AlertType.ErrorRate]: {
16
name: i18n.translate('xpack.apm.errorRateAlert.name', {
17
- defaultMessage: 'Error rate'
+ defaultMessage: 'Error rate threshold'
18
}),
19
actionGroups: [
20
{
@@ -28,7 +28,7 @@ export const ALERT_TYPES_CONFIG = {
28
},
29
[AlertType.TransactionDuration]: {
30
name: i18n.translate('xpack.apm.transactionDurationAlert.name', {
31
- defaultMessage: 'TransactionDuration'
+ defaultMessage: 'Transaction duration threshold'
32
33
34
0 commit comments