-
Notifications
You must be signed in to change notification settings - Fork 813
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
adding Prometheus+Grafana for metrics and visualizations #472
adding Prometheus+Grafana for metrics and visualizations #472
Conversation
Build Succeeded 👏 Build Id: e318c928-0e09-46a0-bbbe-57e3de11e2d3 The following development artifacts have been built, and will exist for the next 30 days:
To install this version:
|
7fa3122
to
ad69cbc
Compare
Build Succeeded 👏 Build Id: a142b7d5-178b-4407-bc96-f69b7ed10429 The following development artifacts have been built, and will exist for the next 30 days:
To install this version:
|
I think you said you wanted to add something else to this before I review it? Was that right? |
No that’s ready, I changed how grafana datasources are provisionned i.e as helm config before it was flaky. I would love feedback on linux !! |
I'll take it for a spin tomorrow! |
Just tested out the installation - and it works perfectly. So awesome 🥇 Let's make the changes we discussed to docs for user installation, and I think we are good to go. |
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.
Forgot to mention that I had to make the changes to linux.mk.
Also attached as a patch, in case that is easier to apply.
linux.mk.patch.txt
Build Succeeded 👏 Build Id: 52b2fe79-45e2-4431-bb69-1171f5b50971 The following development artifacts have been built, and will exist for the next 30 days:
To install this version:
|
Build Failed 😱 Build Id: 938dc6f7-0f05-4656-b090-552252796a8c Build Logs
|
Build Succeeded 👏 Build Id: 9d99da36-3aef-4066-b9ea-7b2359dcf949 The following development artifacts have been built, and will exist for the next 30 days:
To install this version:
|
suggestion for your grafana PR: can you make "GameServers count per type" stacked by default and fill=10 ? |
0de07d2
to
f95006d
Compare
@markmandel Should be better now ! |
Build Succeeded 👏 Build Id: 53a7623f-cf49-46bc-8187-944de0846e37 The following development artifacts have been built, and will exist for the next 30 days:
To install this version:
|
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.
Found 1 typo, and one tab indentation issue 😄 sorry!
f95006d
to
6dbadc1
Compare
Build Succeeded 👏 Build Id: 0aab6d15-fe98-4e06-b74f-5c7424f5fbf8 The following development artifacts have been built, and will exist for the next 30 days:
To install this version:
|
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.
LGTM!
This adds Grafana dashboard and Prometheus backend integration for metrics (#144 ).
I'm also including make targets to help users as well as more documentation.
If you want to take it for a spin on kind use:
Then access Grafana dashboards using
make kind-grafana-portforward
and browse at http://127.0.0.1:3000