argocd-extension-metrics icon indicating copy to clipboard operation
argocd-extension-metrics copied to clipboard

An Argo CD extension to enable visualization of metrics in Argo CD UI.

Results 16 argocd-extension-metrics issues
Sort by recently updated
recently updated
newest added

these instructions don't work ``` kubectl apply -n argocd \ -f https://raw.githubusercontent.com/argoproj-labs/argocd-extension-metrics/main/manifests/install.yaml ``` because manifests/configmap.yaml does not get installed. As a workaround, the configmap can be installed as a distinct...

https://github.com/argoproj-labs/argocd-extension-metrics/blob/main/manifests/configmap.yaml namespace should be removed ![image](https://user-images.githubusercontent.com/23110784/210233349-37f1734e-a0a9-44ff-b99a-b0a5ea3f5310.png) ![image](https://user-images.githubusercontent.com/23110784/210233359-5dba2387-7fcc-48c8-a4bb-98e770936709.png)

i have set metrics url to argocd-metrics-server.argocd.svc.cluster.local but it seem not work. argocd-server and argocd-metrics-server do not show any logs. here is my config: extension.config: |- extensions: - name: metrics...

https://github.com/argoproj-labs/argocd-extension-metrics/blob/2111143fd4ccb897d35a286b5b263d4b8b4f9101/manifests/deployment.yaml#L17 The install instructions utilize manifests which are set to a specific Git Tag. However, the deployment in that tag uses a latest image. This means it's possible for a...