abdonrd commented on issue #5207:
URL: 
https://github.com/apache/incubator-devlake/issues/5207#issuecomment-3843222503

   I have been able to establish the connection with ArgoCD, and then connect 
it to an application:
   
   | <img width="1549" height="1171" alt="Image" 
src="https://github.com/user-attachments/assets/f9ff85ad-0636-4aa1-bc95-40fe174dd42f";
 /> | <img width="1549" height="1171" alt="Image" 
src="https://github.com/user-attachments/assets/c9882943-7329-43d8-855a-383d7e712868";
 /> | <img width="1549" height="1171" alt="Image" 
src="https://github.com/user-attachments/assets/c41cfb6f-4fcc-45ae-a173-a2865adaa0d0";
 /> |
   |---|---|---|
   
   And then I click "Collect Data":
   
   <img width="1549" height="1171" alt="Image" 
src="https://github.com/user-attachments/assets/e98c7455-118c-4005-97d4-a2344896b4e3";
 />
   
   The pipeline succeeded, but the ArgoCD dashboard in Grafana is empty.
   I checked table `cicd_deployments` and it is also empty.
   And the tables I found that have `argocd` in the name are:
   - `_tool_argocd_applications` (1 row, the application 
`project-name-production` I selected)
   - `_tool_argocd_connections` (1 row, the endpoint & token)
   - `_tool_argocd_revision_images` (empty)
   - `_tool_argocd_scope_configs` (1 row, default config)
   - `_tool_argocd_sync_operations` (empty)
   
   When I open 
`https://argocd-url.com/api/v1/applications/project-name-production`, I can see 
10 entries in `status.history`.
   
   Am I missing anything? Thanks in advance!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to