Replies: 2 comments 5 replies
-
GCP for prometheus is currently not support, I don't have access to a GCP account to develop on, but I would be open for a contribution to add GCP as a supported auth method. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I think you'll have to deploy the Google Managed Prometheus Frontend and use it as an authentication proxy. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team
In documentation (per below link) we have the example for Amazon Managed Prometheus but somehow we are unable to location any example for GCP managed prometheus..
https://argo-rollouts.readthedocs.io/en/stable/analysis/prometheus/#utilizing-amazon-managed-prometheus
When we are running a query onto the GCP console using PromQL it works fine and gives the result per below but it is failing when we run it using the AnalysisTemplate and we get 401 while doing it.. because we are not able to get any way to pass the authentication using AnalysisTemplate for GCP.
Our AnalysisTemplate looks like below :
When we run it we are getting 401 per below
Could you please suggest any way how do we pass the authentication bit for GCP in AnalysisTemplate.. Below is the snippet for passing Auth in Amazon managed prometheus, need same way the snippet for GCP.
Also wanted to know while testing when we deploy another app and our blue-green strategy is in place.. and the promotion is paused because this AnalysisTemplate is going to run.. do we have any way we can put the traffic as well by templates? because otherwise t is going to be a manual task??
Waiting for a reply that can help us moving forward, thanks a lot :)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions