-
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] Chart preview in alert doesn't show data when transaction type is all
#152195
Labels
Comments
kpatticha
changed the title
[APM] Chart preview in alert doesn't show data when filtering transaction type is
[APM] Chart preview in alert doesn't show data when transaction type is Feb 27, 2023
all
all
Pinging @elastic/apm-ui (Team:APM) |
Duplicate of #152117 |
1 task
kpatticha
added a commit
that referenced
this issue
Apr 20, 2023
Part of the #152329 1. Adds a synthrace scenario that generates many transactions per service 2. Fixes the duration chart preview when selecting All option - #152195 3. Introduces the `Transaction name` filter in the rule type. ### Pages loading the rule type 1. APM 2. Alert 3. Management rule ### Consider - [ ] Update/Adding documentation example https://www.elastic.co/guide/en/kibana/master/apm-alerts.html#apm-create-transaction-alert ## Creating a rule https://user-images.githubusercontent.com/3369346/231740745-425c8eb8-6798-4ce4-b375-4ef96afdb334.mov ## Updating a rule https://user-images.githubusercontent.com/3369346/231742035-28f50dfd-64bb-475d-b037-331eea4188d7.mov ### Before https://user-images.githubusercontent.com/3369346/232799038-2edaa199-b970-48f2-b3ca-728273e4bf44.mov ### Notes #### Feedback The default action messages don't include any links. I will create a follow-up ticket to improve the messages with actionable links. Related bugs but out of the scope of the PR - #154818 - #154704 --------- Co-authored-by: Kibana Machine <[email protected]>
The issue has been fixed in #154241. Closing it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Problem
The issue was discovered in 8.7 but it might affect previous versions.
Initially, the chart preview shows data for all transaction types but when applying the filter we send
trascactionType: ''
and it doesn't display the previewScreen.Recording.2023-02-27.at.12.47.25.mov
Expected
The chart preview to show data when type all is selected
The text was updated successfully, but these errors were encountered: