Skip to content

Commit

Permalink
Merge pull request #1126 from evverx/patch-1
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 370a720 + 574cba0 commit 65b3956
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 65b3956

Please sign in to comment.