Earlier quoted context omitted.
I would say that broadly the ergonomics of the product are where it is most differentiated. Datadog's solution - feels very much like a datadog product - in that it's a giant dump of data you have to craft to tell a story. Not all pipelines are the same, their execution patterns are different and expectations for Pass/Fail/Cancel differ as well.
Tbh it looks the same as Datadog’s solution.
Analytics Solution for GitHub Actions. No Need to Run CI in the Dark
11–15 of 15 posts
Re: Analytics Solution for GitHub Actions. No Need to Run CI in the Dark
#12For cost and practical reasons, I'm seriously considering to adopt Dagger.io instead of GH Actions. Have you considered integration with other CI/CD pipeline engines or it doesn't matter as long as you git-commit? Thanks in advance.
With regards to cost, you can self-host GitHub Actions runners. Internally we use an autoscaling group of spot instances via k8s, which is much cheaper than GitHub-hosted runners. We actually didn't do it for the cost, we did it because we wanted a local cache to persist on machines during the day, for performance reasons. When cost is a factor, having an analytics system help you optimize your jobs is super important.
Re: Analytics Solution for GitHub Actions. No Need to Run CI in the Dark
#13Re: Analytics Solution for GitHub Actions. No Need to Run CI in the Dark
#14Datadog already does this, how does this compare? Genuinely interested.
If you're already paying for Datadog the price probably isn't an issue for you though.
Re: Analytics Solution for GitHub Actions. No Need to Run CI in the Dark
#15Interested to see how different case studies pan out with this product. A mentor once told me that data is only useful if you can tell a compelling story. Hopefully soon something like this will make it easier to tell stories that help both business and engineering.
I really like this - with this product, we're focusing on trying to tell the story and also make the data actionable. I'm hoping we can both show that there is a problem, as well as guide you to how to fix it. Otherwise, at the end of the day it's just colorful lines.