зеркало из https://github.com/microsoft/statsd.git
Коммит
b2c1562bd1
43
README.md
43
README.md
|
@ -1,4 +1,4 @@
|
||||||
StatsD [![Build Status](https://travis-ci.org/etsy/statsd.png?branch=backends-as-packages)](https://travis-ci.org/etsy/statsd)
|
StatsD [![Build Status][travis-ci_status_img]][travis-ci_statsd]
|
||||||
======
|
======
|
||||||
|
|
||||||
A network daemon that runs on the [Node.js][node] platform and
|
A network daemon that runs on the [Node.js][node] platform and
|
||||||
|
@ -13,9 +13,9 @@ Inspiration
|
||||||
|
|
||||||
StatsD was inspired (heavily) by the project (of the same name) at Flickr.
|
StatsD was inspired (heavily) by the project (of the same name) at Flickr.
|
||||||
Here's a post where Cal Henderson described it in depth:
|
Here's a post where Cal Henderson described it in depth:
|
||||||
[Counting and timing](http://code.flickr.com/blog/2008/10/27/counting-timing/).
|
[Counting and timing][counting-timing]
|
||||||
Cal re-released the code recently:
|
Cal re-released the code recently:
|
||||||
[Perl StatsD](https://github.com/iamcal/Flickr-StatsD)
|
[Perl StatsD][Flicker-StatsD]
|
||||||
|
|
||||||
Key Concepts
|
Key Concepts
|
||||||
--------
|
--------
|
||||||
|
@ -46,12 +46,12 @@ Installation and Configuration
|
||||||
|
|
||||||
More Specific Topics
|
More Specific Topics
|
||||||
--------
|
--------
|
||||||
* [Metric Types](https://github.com/etsy/statsd/blob/master/docs/metric_types.md)
|
* [Metric Types][docs_metric_types]
|
||||||
* [Graphite Integration](https://github.com/etsy/statsd/blob/master/docs/graphite.md)
|
* [Graphite Integration][docs_graphite]
|
||||||
* [Supported Backends](https://github.com/etsy/statsd/blob/master/docs/backend.md)
|
* [Supported Backends][docs_backend]
|
||||||
* [Admin TCP Interface](https://github.com/etsy/statsd/blob/master/docs/admin_interface.md)
|
* [Admin TCP Interface][docs_admin_interface]
|
||||||
* [Backend Interface](https://github.com/etsy/statsd/blob/master/docs/backend_interface.md)
|
* [Backend Interface][docs_backend_interface]
|
||||||
* [Metric Namespacing](https://github.com/etsy/statsd/blob/master/docs/namespacing.md)
|
* [Metric Namespacing][docs_namespacing]
|
||||||
|
|
||||||
|
|
||||||
Debugging
|
Debugging
|
||||||
|
@ -101,16 +101,25 @@ fork StatsD from here: http://github.com/etsy/statsd
|
||||||
|
|
||||||
We'll do our best to get your changes in!
|
We'll do our best to get your changes in!
|
||||||
|
|
||||||
[graphite]: http://graphite.wikidot.com
|
|
||||||
[etsy]: http://www.etsy.com
|
|
||||||
[blog post]: http://codeascraft.etsy.com/2011/02/15/measure-anything-measure-everything/
|
|
||||||
[node]: http://nodejs.org
|
|
||||||
[nodemods]: http://nodejs.org/api/modules.html
|
|
||||||
[udp]: http://en.wikipedia.org/wiki/User_Datagram_Protocol
|
|
||||||
|
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
In lieu of a list of contributors, check out the commit history for the project:
|
In lieu of a list of contributors, check out the commit history for the project:
|
||||||
https://github.com/etsy/statsd/graphs/contributors
|
https://github.com/etsy/statsd/graphs/contributors
|
||||||
|
|
||||||
|
[graphite]: http://graphite.wikidot.com
|
||||||
|
[etsy]: http://www.etsy.com
|
||||||
|
[blog post]: http://codeascraft.etsy.com/2011/02/15/measure-anything-measure-everything/
|
||||||
|
[node]: http://nodejs.org
|
||||||
|
[nodemods]: http://nodejs.org/api/modules.html
|
||||||
|
[counting-timing]: http://code.flickr.com/blog/2008/10/27/counting-timing/
|
||||||
|
[Flicker-StatsD]: https://github.com/iamcal/Flickr-StatsD
|
||||||
|
[udp]: http://en.wikipedia.org/wiki/User_Datagram_Protocol
|
||||||
|
[docs_metric_types]: https://github.com/etsy/statsd/blob/master/docs/metric_types.md
|
||||||
|
[docs_graphite]: https://github.com/etsy/statsd/blob/master/docs/graphite.md
|
||||||
|
[docs_backend]: https://github.com/etsy/statsd/blob/master/docs/backend.md
|
||||||
|
[docs_admin_interface]: https://github.com/etsy/statsd/blob/master/docs/admin_interface.md
|
||||||
|
[docs_backend_interface]: https://github.com/etsy/statsd/blob/master/docs/backend_interface.md
|
||||||
|
[docs_namespacing]: https://github.com/etsy/statsd/blob/master/docs/namespacing.md
|
||||||
|
[travis-ci_status_img]: https://travis-ci.org/etsy/statsd.png?branch=backends-as-packages
|
||||||
|
[travis-ci_statsd]: https://travis-ci.org/etsy/statsd
|
||||||
|
|
Загрузка…
Ссылка в новой задаче