-
Notifications
You must be signed in to change notification settings - Fork 161
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
Provide Labels and/or Units for Ordinates? #1728
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale Confirming that the y-axis still lacks units ("ms" in this case) as of OCP 4.17.5 and on the main branch. I compared the source with the etcd-dashboard which does use units on the y axis. The main difference I could find was the usage of "short" format (no unit displayed) vs the "s" format (for use with metrics in seconds). For milliseconds "ms" seems to be used but the metrics are all in seconds for the whole dashboard. Here's the diff between the mentioned apiserver metric and the etcd dashboard "Disk Sync Duration": Suggestion: Use the unit "s" instead of "short" for all 7 dashboards which have "duration" in the title to display the time unit second on the y axis:
Hope that makes the issue more specific and the solution clearer (replace 7x the term "short" by "s"). Would that be acceptable to change or is there anything I don't know that could block this change? |
…rformance_dashboard.yaml Solves issue openshift#1728 by replacing the unit-less "short" format by "s" for seconds.
On the Grafana dashboards in OpenShift, I wonder why the ordinates are not labeled. Example: "API Request Duration by Verb - 99th Percentile" metric had a peak of "4" on a cluster. Now I'm used to read response times in milliseconds. Only when opening the details via "Inspect" in a separate tab I see that the metric rather uses seconds instead of milliseconds. "4ms" is less worrying than "4s" for a response time. Is there a specific reason that axes are never labeled? Either axis labels or unit names would help to read the charts more quickly without zooming into each metric separately.
cluster-kube-apiserver-operator/manifests/0000_90_kube-apiserver-operator_05_api_performance_dashboard.yaml
Line 139 in 37df1b1
The text was updated successfully, but these errors were encountered: