argoproj-labs / argocd-extension-metrics

An Argo CD extension to enable visualization of metrics in Argo CD UI.
Apache License 2.0
111 stars 25 forks source link

No tab Metrics #58

Closed autokilla47 closed 7 months ago

autokilla47 commented 9 months ago

Installed argocd-extension-metrics: kustomize build ./manifests | kubectl apply -f - --namespace=argocd but there is no tab Metrics. image Maybe there were some other steps that needed to be completed for installation?

argocd-extension-metrics: latest argocd-extensions: v0.2.1 argocd: v2.8.4+c279299

ofirshaya commented 7 months ago

you need to install the sidecart container in the argocd-server deployment

https://github.com/argoproj-labs/argocd-extension-metrics#install-ui-extension

leoluz commented 7 months ago

Closing this for now as the installation instructions were updated in the main README file in this repo. Please reopen if the issue remains.