-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Metricbeat] Create PostgreSQL dashboard #13103
Comments
@sayden, based on (some of) the proposed grouping, I made this dashboard: Let me know if you want to add anything else to it. |
@sorantis I think the "rows fetched vs. rows returned" metric should be a graph rather than a bar chart. Example: |
It looks like the (abandoned?) PR #7734 made a start on views for the LGTM as a layout for visualising the statement metrics in general, and specifically it covers the first half of: - name: query.calls
description: Number of times the query has been run.
- name: query.rows
description: Total number of rows returned by query. |
@Matt-Yorkley thanks for the feedback. I've changed the "Rows fetched/received" to a graph and added the query.calls Top N graph. |
@sorantis , thanks for providing dashboards for postgres, may i know when this will be available for public ? looks like latest 7.3.0 doesnt include this. |
@kcpinnaka The pr got merged after the 7.3.0 cut. Should be part of the next release. |
@sorantis, |
H I am not getting query latency & top quires graph even i have added statement in metricebat in my DB server can anyone help me |
Very self descriptive. Requested here #10594
I considered to include the following fields (grouped by visualization):
Total 6 visualizations for
database
metricset and 4 ofstatement
.The text was updated successfully, but these errors were encountered: