-
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
[8.16] [APM] Time spent by span type
chart rendering problems (#202755)
#203075
Merged
miloszmarcinkowski
merged 3 commits into
elastic:8.16
from
miloszmarcinkowski:backport/8.16/pr-202755
Dec 5, 2024
Merged
[8.16] [APM] Time spent by span type
chart rendering problems (#202755)
#203075
miloszmarcinkowski
merged 3 commits into
elastic:8.16
from
miloszmarcinkowski:backport/8.16/pr-202755
Dec 5, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
) Closes elastic#202343 ## Summary This PR solves the following issues in `Time spent by span type` chart: - limits percentages between 0% and 100% (converts negative values to 0%), before: <img width="1134" alt="Screenshot 2024-12-04 at 15 28 18" src="https://github.com/user-attachments/assets/73285e87-3aef-4b2d-8e2a-7e3ec87680f3"> after: <img width="1135" alt="Screenshot 2024-12-04 at 15 30 25" src="https://github.com/user-attachments/assets/ae25cb85-d31a-490a-96c7-d4475952c734"> --- - rounds percentage to 8 decimal points to prevent scientific notation in charts (poor readability) before: <img width="1132" alt="Screenshot 2024-12-04 at 14 36 54" src="https://github.com/user-attachments/assets/528cda4b-ae84-4dbd-9d3f-88896e63a369"> after: <img width="1132" alt="Screenshot 2024-12-04 at 14 35 39" src="https://github.com/user-attachments/assets/9a0bdce9-6d66-4aaf-a131-18644eab1892"> (cherry picked from commit ab9de64)
botelastic
bot
added
ci:project-deploy-observability
Create an Observability project
Team:obs-ux-infra_services
Observability Infrastructure & Services User Experience Team
labels
Dec 5, 2024
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
cauemarcondes
approved these changes
Dec 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💚 Build Succeeded
Metrics [docs]
History
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport
ci:project-deploy-observability
Create an Observability project
Team:obs-ux-infra_services
Observability Infrastructure & Services User Experience Team
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
main
to8.16
:Time spent by span type
chart rendering problems (#202755)Questions ?
Please refer to the Backport tool documentation