In APM we register the apm.error_rate and apm.transaction_duration alert types.
The components used for alertParamsExpression were designed to be used inside the APM app and at this time only work there because they rely on our app's React context and the URL structure of the APM app.
When attempting to edit an existing alert in the alerts management UI, it fails (see #65399.)
We plan on fixing this so editing works, but for the time being would like a way to disable editing of these alert types.
In APM we register the
apm.error_rateandapm.transaction_durationalert types.The components used for
alertParamsExpressionwere designed to be used inside the APM app and at this time only work there because they rely on our app's React context and the URL structure of the APM app.When attempting to edit an existing alert in the alerts management UI, it fails (see #65399.)
We plan on fixing this so editing works, but for the time being would like a way to disable editing of these alert types.