Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try buildmetrics for tracking builds (chanzuckerberg#285)
try buildmetrics for tracking buildsI set out to try and find ways to instrument our builds and this is the best option I have found. This travis build will now use honeycomb's [buildmetrics](https://github.com/honeycombio/buildevents) to trace the build through its execution. We can then analyze the data and alert on any SLIs we care about. I looked at datadog integration, but their metrics don't include the branch name (because it is high cardinality), so you can't do things like "only alert on master branch failures". Honeycomb, with support for high-cardinality metrics should allow us to do this. ### Test Plan * travis build ### References * https://github.com/honeycombio/buildevents
- Loading branch information