From cf5ac2603d005bd60849df7626ada34f85df0c64 Mon Sep 17 00:00:00 2001 From: Gunnar Date: Wed, 19 Aug 2015 07:53:29 -0700 Subject: [PATCH] Fix Graphite README typo Fixes #3727 --- services/graphite/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/graphite/README.md b/services/graphite/README.md index 318ef24c52..088d547a45 100644 --- a/services/graphite/README.md +++ b/services/graphite/README.md @@ -40,7 +40,7 @@ Additional tags can be added to a metric that don't exist on the received metric `servers.localhost.cpu.loadavg.10` * Template: `.host.resource.measurement* region=us-west,zone=1a` -* Output: _measurement_ = `loading.10` _tags_ = `host=localhost resource=cpu region=us-west zone=1a` +* Output: _measurement_ = `loadavg.10` _tags_ = `host=localhost resource=cpu region=us-west zone=1a` ## Multiple Templates