summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-01-27 07:32:49 -0800
committerFranck Cuny <franck.cuny@gmail.com>2014-02-01 10:15:19 -0800
commit50f6b6e8f86112d9aac651e3ffa28a281ab80be8 (patch)
tree42c0d259bbd6d735995a0cf417e9ffa76e151536
parentSmall changes to the about page. (diff)
downloadlumberjaph-50f6b6e8f86112d9aac651e3ffa28a281ab80be8.tar.gz
Use code instead of bold in graphite's article
Diffstat (limited to '')
-rw-r--r--_posts/2013-01-28-let-s-talk-about-graphite.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/_posts/2013-01-28-let-s-talk-about-graphite.md b/_posts/2013-01-28-let-s-talk-about-graphite.md
index f15e65f..5df92d4 100644
--- a/_posts/2013-01-28-let-s-talk-about-graphite.md
+++ b/_posts/2013-01-28-let-s-talk-about-graphite.md
@@ -52,11 +52,11 @@ For some other services we might need something more specific. Let's take a loo
Then, it will send the following lines to `statsd` (with $base being the vhost in our case):
-* **$base.all.requests:1\|c** increases the total of HTTP requests we're receiving
-* **$base.all.bytes:$bytes\|ms** send the size, in bytes, of that request
-* **$base.all.time:$msec\|ms** the time spend to get the response
+* `$base.all.requests:1|c` increases the total of HTTP requests we're receiving
+* `$base.all.bytes:$bytes|ms` send the size, in bytes, of that request
+* `$base.all.time:$msec|ms` the time spend to get the response
-Now we will send the same line two more times, with a different prefix: **$base.method.$request_method** *and* **$base.status.$status**.
+Now we will send the same line two more times, with a different prefix: `$base.method.$request_method` *and* `$base.status.$status`.
### Applications