-
Notifications
You must be signed in to change notification settings - Fork 160
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
feat: Add Metrics dashboard for NGINX #1346
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.
Mostly LGTM, just one comment outstanding
nginx-mixin/README.md
Outdated
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.
Could you please update the readme below your already changed parts to include a bit of detail on the added dashboard?
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.
Thanks, added now
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.
Sorry looks like I missed a couple important points in the last review, can you please have a look? Feel free to shoot me a message if you have any questions :D
"id": "grafana", | ||
"name": "Grafana", | ||
"type": "grafana", | ||
"version": "5.0.0" |
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.
Wait actually I just realised, this is a dashboard built on the much much older Grafana scheme, we'll need to upgrade this at the very least to Grafana 10/11 to remove any Angular based panels
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.
Yup, dashboard should be updated now
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.
Two minuscule missing newlines, but otherwise LGTM. Approving now so you can make those changes and merge :)
Currently the NGINX mixin only has the logs dashboard and this PR adds a metrics dashboard