Startrekzky commented on issue #4217: URL: https://github.com/apache/incubator-devlake/issues/4217#issuecomment-1488377656
Hi @GSoul-hub , these are the filters to query `DEPLOYMENTs in a selected project`  Based on your given screenshot of the DB, my guess is that many cicd_tasks(deployments) are filtered out by this condition ``` pm.project_name in ($project) ``` Maybe there aren't many cicd_tasks(deployments) in the project 'shipping-project-test' you selected in Grafana? -- 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]
