-
Notifications
You must be signed in to change notification settings - Fork 28
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
quickstart instructions exclude configmap.yaml, also need installation instructions #8
Comments
From the config, it looks like argocd-extension-metrics is looking for a prometheus server at: |
Changing metrics end point also doesn't work all i see on pod logs
|
I'm running this on GKE with managed prometheus, but I don't know how to configure the extension to make use of that. The tab isn't showing up regardless. |
I managed to show tab however charts are empty What I did so far
in case you are using traefik I see that this extension is not ready yet and still in development. I'm newbie to kubernetes so I don't know what to do next to export metrics to prometheus. |
@zek Great. can you share your configmap and metrics server log? |
I have an external prometues and I set its address, but without results. |
Same here |
@SnoozeFreddo Have you configured prometheus URL on configmap?
|
No i didn't. Thank you. |
Same here. Using GKE managed Prometheus. |
these instructions don't work
because manifests/configmap.yaml does not get installed.
As a workaround, the configmap can be installed as a distinct resource:
I have installed argocd extensions, metrics server and metrics extension. I also restarted argocd server, but the metrics tab does not appear in argocd.
Are there additional installation steps needed that haven't been documented?
The text was updated successfully, but these errors were encountered: