summaryrefslogtreecommitdiff
path: root/docs/reference.rst
Commit message (Collapse)AuthorAgeFilesLines
* Clean up new docs a little.James Socol2015-03-181-21/+27
|
* update docs to document TCPStatsClientMauro Stettler2015-03-171-0/+87
|
* Update documentation for v3James Socol2014-05-091-0/+1
|
* TyposJames Socol2014-03-181-1/+1
|
* Warn about non-safe decorators.James Socol2014-03-181-0/+5
|
* Clean up docs examples and references.James Socol2014-01-031-4/+2
|
* Reorganize doc headers.James Socol2014-01-031-63/+63
|
* Update references docsJames Socol2014-01-031-0/+57
|
* Revert "Added suffix parameter"James Socol2013-07-271-3/+1
| | | | | | | | | | | | | | | This reverts commit 3c4ec687273416b355c20282e33249d87cd84b52. Given graphite's support for wildcards anywhere in the chain, this is an unnecessary complication. The same thing can be achieved with the prefix, e.g.: >>> import socket; >>> host, _, _ = socket.gethostname().partition('.') >>> prefix = 'my_app.' + host >>> client = StatsClient(prefix=prefix) Stats can be accessed in aggregate as 'stats.my_app.*.whatever.stat'.
* Merge remote-tracking branch 'spil-jasper/master'James Socol2013-07-241-1/+3
|\
| * Added suffix parameterJasper Capel2013-04-231-1/+3
| | | | | | | | | | | | Added a statsd suffix that works just like the prefix, but appends to the metric's key instead Added tests Updated documentation
* | Adding reference for the set function; updating wording for the Set type ↵Thomas Stephens2013-07-111-0/+26
|/ | | | reference
* Support gauge deltas. Fixes #21.James Socol2013-03-061-1/+5
|
* Rewrap docs to 72 chars/line.James Socol2013-03-061-36/+36
| | | | [ci skip]
* Use __all__ instead of _ prefix.James Socol2013-03-011-2/+2
|
* Add _Pipeline, accessor, and docs.James Socol2013-03-011-0/+35
|
* Remove flush() and batch_len.James Socol2013-03-011-24/+1
| | | | | Going to take a different direction with batching. Also increment major version because this is backwards incompatible.
* Document batch_len argument.James Socol2012-09-061-2/+25
|
* Fix IPv4/IPv6 issue.James Socol2012-05-111-1/+1
|
* Use ReST correctly.James Socol2012-04-111-3/+12
|
* First pass at proper docs.James Socol2012-04-101-0/+145