-
Notifications
You must be signed in to change notification settings - Fork 820
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
Metrics: Export to Stackdriver is not working #1330
Comments
We can switch from getMonitoredResource() function to |
@bbf Have you seen this on recent releases? |
While I have not tested any recent releases, I can imagine why a few things stopped working. I'm very interested in overhauling the Stackdriver integration of Agones, so if possible give me some time to look into it. It was already in my plans to propose some changes to have a better alignment between Agones and the new monitoring agent used by GKE on Stackdriver, so addressing that while fixing this bug might be ideal. @markmandel / @aLekSer WTDY? |
Hello, I managed to make it working by updating exporter's Monitored resource yesterday. I will send a PR, it involves update of the Opencensus to 0.22 this update slow me down a bit. |
Well switching to AutoDetect() was not working on recent OpenCensus and stackdriver-exporter as well:
returns on test-cluster GKE:
While working scenario is |
Also we receive errors for Prometheus exporter:
Which seems to be census-instrumentation/opencensus-go#659 |
I defer these things to you two 😄 my knowledge of metrics is very low. I definitely advocate for a working solution 😁 |
@cyriltovena have you got any feedback here? |
Is this fixed now? |
Stackdriver would be fixed after PR, now I am grabbing screenshots from Grafana to compare with a previous one made by @cyriltovena as part of #1479 |
There are no stackdriver metrics due to error in Labels:
What happened:
No stackdriver metrics on the dashboard, which was working several month ago.
New errors on Agones Controller logs.
What you expected to happen:
Stackdriver metrics are correctly visualised.
How to reproduce it (as minimally and precisely as possible):
https://agones.dev/site/docs/guides/metrics/#stackdriver-installation
What should be done to fix an issue
Global
butKubernetes Container
resource for each of gamesever, and upload new screenshot from Stackdriver.Export from GKE to Stackdriver broken with latest update census-ecosystem/opencensus-go-exporter-stackdriver#92
view.Distribution
with zero range value.Anything else we need to know?:
There are two Pull requests which solved mentioned above ticket
They contain fixes for:
Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: