Skip to content

Commit

Permalink
Merge pull request #1130 from evverx/0.9.x
Browse files Browse the repository at this point in the history
Add timestamp to echo output
  • Loading branch information
obfuscurity committed Jan 29, 2015
2 parents 4b0706e + 057b87f commit 58b7aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feeding-carbon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@ A simple example of doing this from the unix terminal would look like this:

.. code-block:: none
echo "test.bash.stats 42" | nc graphite.example.com 2003
echo "test.bash.stats 42 `date +%s`" | nc graphite.example.com 2003
There are many tools that interact with Graphite. See the :doc:`Tools </tools>` page for some choices of tools that may be used to feed Graphite.

0 comments on commit 58b7aba

Please sign in to comment.