-
Notifications
You must be signed in to change notification settings - Fork 140
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
Add dashboard monitoring resources #54
Add dashboard monitoring resources #54
Conversation
Added a resources that creates a monitoring dashboard based on a json.tpl file. The dashboards can be customized with widgets that may eventually be outputs from other resources and can be setup to filter by deployment_name. Also includes two default dashboard JSON files: * Empty: empty with the exception of a text box * HPC: HPC focused dashboard
2843384
to
88e9903
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.
see comments
} | ||
|
||
variable "base_dashboard" { | ||
description = "Baseline dashboard template, either custom or from ./dashboards" |
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.
so, what are the options here? a path?
does that mean I can add ~/my-dash.json?
Addressed the feedback in the last commit. I also added "title" as a variable and set the default text boxes to that and the title of the dashboard to "title: deployment_name" to make it more flexible overall. |
Added a resources that creates a monitoring dashboard based on a
json.tpl file. The dashboards can be customized with widgets that may
eventually be outputs from other resources and can be setup to filter by
deployment_name.
Also includes two default dashboard JSON files:
Submission Checklist:
pre-commit install
make tests
change?
guides?