forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[APM] Fix incorrect Y-axis and hover values in log rate chart on serv…
…ice overview (elastic#201361) ## Summary Closes elastic#201106 > [!NOTE] > Some other additions happened in this PR. Context can be found in elastic#201361 (comment). The data being fed to the Log Rate chart was incorrect because it was dividing the number of documents found at a given point in time on the X-axis by the total number of documents found across the entire time range. The chart should display the total number of documents at the point in time on the X-axis without considering the total range. |Interval|Before|After| |-|-|-| |30m|![Screenshot 2024-11-22 at 12 43 28](https://github.com/user-attachments/assets/17e1521b-ffd8-463b-8bff-5ebf3acd6f6d)|![Screenshot 2024-11-22 at 12 44 28](https://github.com/user-attachments/assets/e287d3e7-9e7f-467b-b144-989791c74c71)| |24h|![Screenshot 2024-11-22 at 12 32 32](https://github.com/user-attachments/assets/bd21f387-7388-4fd0-b527-db933c7b9bd9)|![Screenshot 2024-11-22 at 12 36 14](https://github.com/user-attachments/assets/5aa0d3dd-4419-4e59-a821-02bffb107355)|
- Loading branch information
Showing
5 changed files
with
9 additions
and
15 deletions.
There are no files selected for viewing
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
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
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
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
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