This is a chef cookbook for installing and configuring twitter/zipkin
http://twitter.github.io/zipkin/index.html
https://github.com/twitter/zipkin
ubuntu 12.04
Key | Type | Description | Default |
---|---|---|---|
['zipkin']['install_path'] | String | Where to install zipkin | /opt/zipkin |
['zipkin']['version'] | String (SemVer) | the release to install from github releases | 1.1.0 |
['zipkin']['web_port'] | Integer | TCP Port for web service to listen on | 8080 |
['zipkin']['query_host'] | String | IP/Hostname for web service to send queries to | 127.0.0.1 |
['zipkin']['query_port'] | Integer | TCP Port for web service to send queries to | 9411 |
Include zipkin
in your node's run_list
:
{
"run_list": [
"recipe[zipkin]"
]
}
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
License:: Apache 2.0 Author:: Dana Powers (dana.powers@rd.io)