Skip to content

dpkp/chef-zipkin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4bdfab2 · Jun 24, 2014

History

1 Commit
Jun 24, 2014
Jun 24, 2014
Jun 24, 2014
Jun 24, 2014
Jun 24, 2014
Jun 24, 2014
Jun 24, 2014
Jun 24, 2014
Jun 24, 2014
Jun 24, 2014
Jun 24, 2014

Repository files navigation

zipkin-cookbook

This is a chef cookbook for installing and configuring twitter/zipkin

http://twitter.github.io/zipkin/index.html

https://github.com/twitter/zipkin

Supported Platforms

ubuntu 12.04

Attributes

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

Usage

zipkin::default

Include zipkin in your node's run_list:

{
  "run_list": [
    "recipe[zipkin]"
  ]
}

zipkin::collector

zipkin::query

zipkin::web

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

License and Authors

License:: Apache 2.0 Author:: Dana Powers (dana.powers@rd.io)

About

Chef cookbook for installing twitter/zipkin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages