Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>A Python project called <a href="http://graphite.wikidot.com/" rel="nofollow" title="Graphite">Graphite</a> coupled with a Node.js project called <a href="http://github.com/etsy/statsd" rel="nofollow" title="Statsd">Statsd</a> can do exactly the thing you want. Many times people use these projects for software performance metrics and business metrics as well.</p> <p>Incidentally there are hosted app versions that provide a lot of the same functionality as <a href="http://graphite.wikidot.com/" rel="nofollow" title="Graphite">Graphite</a> and <a href="http://github.com/etsy/statsd" rel="nofollow" title="Statsd">Statsd</a>. My company's product, <a href="http://instrumentalapp.com/" rel="nofollow" title="Instrumental">Instrumental</a>, will do the metric hosting frontend and graph generation for you; in Python, you'd use a <a href="http://pypi.python.org/pypi/python-statsd/1.4.2" rel="nofollow" title="python-statsd">Python statsd client</a> in concert w/ our <a href="http://github.com/fastestforward/statsd-instrumental" rel="nofollow" title="statsd-instrumental">Statsd to Instrumental proxy</a> to report your metrics to our service. </p> <p>Since the accepted answer was doing file-based logging (by default at least:) ), I'll note the transportation layer is interesting among these different things: A statsd server (whether <a href="http://github.com/etsy/statsd" rel="nofollow" title="Statsd">the official</a> or <a href="http://github.com/fastestforward/statsd-instrumental" rel="nofollow" title="statsd-instrumental">our proxy</a>) uses UDP to send your metric information to the server. You can also contact <a href="http://readthedocs.org/docs/graphite/en/latest/feeding-carbon.html#the-plaintext-protocol" rel="nofollow" title="Graphite plaintext protocol">Graphite</a> or <a href="http://instrumentalapp.com/" rel="nofollow" title="Instrumental">Instrumental</a> directly using a line based TCP protocol; other commercial services out there like <a href="https://metrics.librato.com/" rel="nofollow" title="librato metrics">librato Metrics</a> or <a href="http://stathat.com/" rel="nofollow" title="stathat">Stathat</a> take in your metrics using HTTP messages. Depending on the scale of messages you're sending, any one of these tools may be more or less attractive to you.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload