From 50f6b6e8f86112d9aac651e3ffa28a281ab80be8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 27 Jan 2014 07:32:49 -0800 Subject: Use code instead of bold in graphite's article --- _posts/2013-01-28-let-s-talk-about-graphite.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '_posts') 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 -- cgit v1.2.3