Circle CI

CircleCI is a continuous integration tool that allows you to rapidly run tests on every change to your code.

One useful way of monitoring the changes in your codebase is by adding annotations whenever your tests run. This handy Hosted Graphite webhook you can do just that!

How to set up a CircleCI webhook

CircleCI’s documentation lists how to edit your CircleCI configuration to add a new webhook url.

To get your webhook URL from Hosted Graphite - Simply click the “Copy CircleCI webhook URL” button on the add-ons page, and add the URL to your circle configuration.

To see these events as annotations on your graph, just enable them in your dashboard settings, and query by Tag:

Last updated