Skip to content

Commit

Permalink
correct apm rule type id (#132476)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiota authored May 18, 2022
1 parent 1e3c90a commit 11bff75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/observability/public/pages/rules/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export const OBSERVABILITY_RULE_TYPES = [
'xpack.uptime.alerts.durationAnomaly',
'apm.error_rate',
'apm.transaction_error_rate',
'apm.anomaly',
'apm.transaction_duration',
'apm.transaction_duration_anomaly',
'metrics.alert.inventory.threshold',
'metrics.alert.threshold',
'logs.alert.document.count',
Expand Down

0 comments on commit 11bff75

Please sign in to comment.