-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error deploying Cloud Run with gcp exporter #83
Comments
Hello, I've noticed that the GCP's Project ID set to If you are deploying your code directly to GCP, you can skip this property. It's only useful for local testing. The project name is set by CloudRun infra. Hope this helps |
Hi @t0xa , Yes. I've deployed it in GCP directly. I've also tried without this parameter and I'm also getting the same issue. Any idea what might be happening? Is there a specific quarkus version that I must use to make it work properly? |
I've just tried to create sample project via the https://code.quarkus.io/ and deployed it to new project in GCP. It works as expected.
|
Hi @t0xa , I've just tried using the sample project you've shared and it still shows the issue. Just to clarify, I was able to deploy the application, but when I try to hit Don't you see any of these issues on your logs? Thanks! |
Hi, Could you please check you IAM settings. What are the permissions for Do you have billing connected and enabled for your project? How are you building the docker image? Quarkus maven plugin? |
Hi, regarding the IAM setting, I'm using a specific service account for the cloud run and it has Owner permission. I'm using billed enabled for the project I'm using and regarding the docker image, I'm using this one:
Are you using anything else to build the image?
Are you using a different approach? |
One of the differences I see, is that you are building native image. Could you please try to build standard image? |
Hi @t0xa, I was able to make it work just changing the mvn command to build/push the image:
Thank you so much!!! |
No problem, but it looks like the native image doesn't work :( I will try to reproduce and fix this. |
Hi @t0xa , do you have news about this issue? Let me know if you need help testing this one. Thanks! |
We have a fix for the native image but we are stuck in a GraalVM bug now. |
Hi,
I've been trying to deploy a cloud run instance with the gcp exporter but I'm getting the following issue:
[io.ope.sdk.tra.exp.SimpleSpanProcessor] (vert.x-eventloop-thread-0) Exporter threw an Exception: com.google.api.gax.rpc.UnauthenticatedException: io.grpc.StatusRuntimeException: UNAUTHENTICATED: Failed computing credential metadata
These are the packages I've been using:
And I've defined the following parameters:
Is there any dependency package I have to add or any parameter that is missing.
The text was updated successfully, but these errors were encountered: