-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[APM] Cannot create transaction duration rule outside of context of APM app #107940
Comments
Pinging @elastic/apm-ui (Team:apm) |
|
We could make it clear to users that they cannot create alerts from here:
Originally posted by @sqren in #107942 (comment) |
Is this a duplicate of #106786? |
Sort of. #106786 refers to editing existing APM alerts, while this issue is about creating new APM alerts from Stack Management. I think the solution is the same (free form text fields), and they could probably be grouped as a single ticket "Ability to add and edit alerts outside of APM UI" Unless there's any objections I'll close this one. |
Replaced by #106786 |
When the user wants to create a transaction duration rule outside of the context of the APM app, the trigger component never renders, as
serviceName
is missing. The consequence is that the user cannot create these rules outside of the APM app.To solve this, we could implement a free-form text field to allow the user to set
serviceName
themselves. This would also open the possibility of using this forenvironment
andtransactionType
, and allowing the user to create this rule anywhere in the APM app, rather than just in the context of a specific service.The text was updated successfully, but these errors were encountered: