Skip to content

Commit

Permalink
elaborate on GitHub commit metric strings
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscurity committed Jul 23, 2012
1 parent 1df0efe commit 2a9761c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ Backstop supports submission of metrics via the Collectd [write_http](http://col


### GitHub Post-Receive Hooks ### GitHub Post-Receive Hooks


Backstop can receive commit data from GitHub [post-receive webhooks](https://help.github.com/articles/post-receive-hooks). Your WebHook URL should consist of the Backstop service URL with the `/github` endpoint. For example, `https://backstop.example.com/github`. Backstop can receive commit data from GitHub [post-receive webhooks](https://help.github.com/articles/post-receive-hooks). Your WebHook URL should consist of the Backstop service URL with the `/github` endpoint. For example, `https://backstop.example.com/github`. All GitHub commit metrics contain the project name, branch information, and commit identifier, and are stored with a value of `1` (e.g. `github.project.refs.heads.master.10af2cb02eadd4cb1a3e43aa9cae47ef2cd07016 1 1203116237`). These can then be visualized as annotation-style metrics using Graphite's `drawAsFinite()` function.


### Custom Metrics ### Custom Metrics


Expand Down

0 comments on commit 2a9761c

Please sign in to comment.