Skip to content
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

Organize dashboards folder. Add network dashboard. #186

Closed
wants to merge 1 commit into from

Conversation

keithf4
Copy link
Collaborator

@keithf4 keithf4 commented Aug 3, 2020

Description

Add a network traffic dashboard. General traffic panel added to OS Details that links to Network Details dashboard.

In anticipation of new dashboards that are only needed in specific situations, start organizing them in folders for easier management when it comes time for packaging.

Fixes (issue) #169

Type of change

Please check all options that are relevant

  • Bug fix (change which fixes an issue)
  • Feature (change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update only

How Has This Been Tested?

Tested Configuration:

  • CentOS, Specify version(s): 8
  • PostgreQL, Specify version(s):
  • docs tested with hugo <0.60

Tested with playbook(s):

Checklist:

  • I have made corresponding changes to:
    • the documentation
    • the release notes
    • the upgrade doc

@keithf4 keithf4 requested review from hunleyd and sharmay as code owners August 3, 2020 21:22
"steppedLine": false,
"targets": [
{
"expr": "node_load1{job=~\"[[osnodes]]\"}",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably just not me knowing any better, but node_load? Like, system load?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's just the name of the metric in node exporter for the 1/5/15 minute system load metrics

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dashboard I took the network metrics from included system load in it. It is duplicated from the OS Details dashboard, but I figured network load could coincide with system load periods and it could make it easier to correlate issues if they're on the same page.

@sharmay
Copy link
Contributor

sharmay commented Sep 15, 2020

#189

@keithf4 keithf4 closed this Dec 16, 2020
@keithf4 keithf4 deleted the 4.4dashboards branch December 16, 2020 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants