-
Notifications
You must be signed in to change notification settings - Fork 458
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
[O11y][MySQL] Migrate [Metrics MySQL] Database Overview
dashboard visualizations to lens in kibana 8.8.0
#5819
Merged
rajvi-patel-22
merged 8 commits into
elastic:main
from
rajvi-patel-22:lens_migration-mysql-metrics-8.6.0
Jul 19, 2023
Merged
Changes from 2 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
d7ec933
Migrate Database Overview dashboard visualizations to lens
rajvi-patel-22 5c3699b
Update changelog
rajvi-patel-22 b636faa
Merge branch 'main' of github.com:rajvi-elastic/integrations into len…
rajvi-patel-22 a24ce3b
Update screenshot and export dashboard from 8.8.0
rajvi-patel-22 aa32c98
Export dashboard from 8.7.0
rajvi-patel-22 9c9ab9f
Update dashboard and address review comments
rajvi-patel-22 e3216d1
Update arrangement of panel in dashboard
rajvi-patel-22 47b5755
Merge branch 'main' of github.com:rajvi-elastic/integrations into len…
rajvi-patel-22 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,198 changes: 5,059 additions & 139 deletions
5,198
packages/mysql/kibana/dashboard/mysql-57b3fb50-6309-11ea-a83e-25b8612d00cc.json
Large diffs are not rendered by default.
Oops, something went wrong.
195 changes: 0 additions & 195 deletions
195
packages/mysql/kibana/visualization/mysql-0774bbb0-c69c-11ea-a106-5be590f42b74.json
This file was deleted.
Oops, something went wrong.
158 changes: 0 additions & 158 deletions
158
packages/mysql/kibana/visualization/mysql-3e5c4490-c6a1-11ea-a106-5be590f42b74.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
What is this Rate of Questions dashboard panel ?
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.
This panels uses
mysql.status.questions
field which represents the number of statements executed by the server.The rate has been calculated by applying derivatives and max function on this field.
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.
Please have it renamed as
Statements Executed
.