-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Added the docs for all the grafana dashboards. #21795
Added the docs for all the grafana dashboards. #21795
Conversation
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.
@YasminLorinKaygalak Here is a preliminary review that outlines the repeated problems to correct.
For each of the reference pages, please implement the following three changes to each of the metrics and their descriptions:
- Sentence case in headings
- Line break between heading and list
Grafana query
instead ofMetric
Then, remove the colons from the headings and ensure that there are sentences between each heading. Feel free to use the suggestions in this review as templates for each of the pages.
Don't worry about rewriting all of the descriptions at this time. Let's get these repeated formatting issues fixed first!
website/content/docs/connect/observability/grafanadashboards/consuldataplanedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/index.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/consuldataplanedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/consuldataplanedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/consuldataplanedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/consuldataplanedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/index.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/index.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/consuldataplanedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/consuldataplanedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/index.mdx
Outdated
Show resolved
Hide resolved
Do we care about ordering these alphabetically in the sidebar? @boruszak |
website/content/docs/connect/observability/grafanadashboards/index.mdx
Outdated
Show resolved
Hide resolved
Also I don't know what the standard is for this, but is there a way to make these look a bit more readable? |
website/content/docs/connect/observability/grafanadashboards/consuldataplanedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/consuldataplanedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/consuldataplanedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/consuldataplanedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/consulk8sdashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/consulk8sdashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/consulk8sdashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/consulserverdashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/consulserverdashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/service-to-servicedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/servicedashboard.mdx
Outdated
Show resolved
Hide resolved
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.
These docs are coming along very well, Lorin!
After you implement suggestions from Melisa, Blake, and me, please do the following:
- Add the with the query language set to the Grafana queries (combining mine and Blake's examples).
- Add the CodeTabs to the item Blake suggestions. Check for other metrics where Code Tabs might be appropriate.
After those steps are done, we should be really close to the end of the review process.
website/content/docs/connect/observability/grafanadashboards/consulk8sdashboard.mdx
Outdated
Show resolved
Hide resolved
- **Grafana query:** `sum(rate(container_fs_writes_bytes_total{pod=~"consul-server-.*", | ||
container="consul"}[5m])) by (pod, device)` | ||
- **Grafana query:** `sum(rate(container_fs_reads_bytes_total{pod=~"consul-server-.*", container="consul"}[5m])) by (pod, device)` | ||
- **Description:** Monitors disk read and write operations over 5-minute intervals for Consul servers. This helps identify potential disk bottlenecks or issues. |
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.
@YasminLorinKaygalak Note how Blake suggestions changing this second sentence so that it gives an imperative command in active voice (use this metric to do x), instead of the indirect and sometimes passive voice (operators can use this metric to do x)
website/content/docs/connect/observability/grafanadashboards/consulk8sdashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/consulserverdashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/consulserverdashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/service-to-servicedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/service-to-servicedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/servicedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/servicedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/servicedashboard.mdx
Outdated
Show resolved
Hide resolved
missing slash
3243ce4
to
db619f5
Compare
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.
Going to wait for Vercel to fix itself
website/content/docs/connect/observability/grafanadashboards/consuldataplanedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/servicedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/servicedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/service-to-servicedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/service-to-servicedashboard.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/connect/observability/grafanadashboards/service-to-servicedashboard.mdx
Outdated
Show resolved
Hide resolved
…onsuldataplanedashboard.mdx Co-authored-by: Jeff Boruszak <[email protected]>
…ervice-to-servicedashboard.mdx Co-authored-by: Jeff Boruszak <[email protected]>
…ervice-to-servicedashboard.mdx Co-authored-by: Jeff Boruszak <[email protected]>
…ervicedashboard.mdx Co-authored-by: Jeff Boruszak <[email protected]>
…ervicedashboard.mdx Co-authored-by: Jeff Boruszak <[email protected]>
* Added the docs for all the grafana dashboards. Author: Yasmin Lorin Kaygalak <[email protected]> Co-authored-by: Jeff Boruszak <[email protected]> Co-authored-by: Blake Covarrubias <[email protected]>
…se/1.20.x (#21918) Added the docs for all the grafana dashboards. (#21795) * Added the docs for all the grafana dashboards. Author: Yasmin Lorin Kaygalak <[email protected]> Co-authored-by: Yasmin Lorin Kaygalak <[email protected]> Co-authored-by: Blake Covarrubias <[email protected]>
Description
NET-11158
Added the docs for the grafana dashboards.
PR Checklist