Startrekzky commented on code in PR #6747:
URL:
https://github.com/apache/incubator-devlake/pull/6747#discussion_r1442470789
##########
grafana/dashboards/CircleCI.json:
##########
@@ -947,18 +947,18 @@
]
},
"datasource": "mysql",
- "definition": "select distinct cicd_scope_id as text from
cicd_pipelines where id like \"%circleci%\" ",
+ "definition": "select concat(name, '--', id) as text from cicd_scopes
where id like \"%circleci%\" ",
"description": null,
"error": null,
"hide": 0,
"includeAll": true,
- "label": "Job Name",
+ "label": "Project Name",
Review Comment:
Maybe 'CircleCI Project'?
--
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]