aws-solutions / aws-devops-monitoring-dashboard

The DevOps Monitoring Dashboard on AWS solution is a reference implementation that automates the process for monitoring and visualizing performance and operational metrics in continuous integration/continuous delivery (CI/CD) pipeline following AWS best practices.
Apache License 2.0
72 stars 35 forks source link

Support for Github workflow and actions #16

Open flochaz opened 1 year ago

flochaz commented 1 year ago

Is there any plan to have support for github based CI/CD (github actions, github workflow) ?

aijunpeng commented 1 year ago

Thanks for the request. We can add this to our roadmap. Can you please add details for your use cases?

flochaz commented 1 year ago

Current solution only support Code* (Pipeline/Build etc.) as source of metrics for the dashboard but for teams that use github actions as CI/CD solution nothing is pulled from the run right ? And since the solution already have the ingestion process for pushes it could be quite easy to forward as well github pull requests and actions events.

aijunpeng commented 1 year ago

The solution primarily supports DevOPs metrics from AWS CI/CD pipeline using Code* services. For GitHub, we started with supporting pushes and are collecting feedbacks from customers to see what more events we can add. Are you interested in any specific GitHub actions events?