From fea8dc9f570b9ec2c94a5807c3416ab6158a2e53 Mon Sep 17 00:00:00 2001 From: Erik Bent <14542748+erikbent@users.noreply.github.com> Date: Tue, 26 Feb 2019 20:03:42 +0100 Subject: [PATCH] Only the host name is used, not the protocol (#8756) I searched a long time why there was nothing stored in graphite. I had to remove the protocol. --- source/_components/graphite.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/graphite.markdown b/source/_components/graphite.markdown index c4b8a78e2b1..a5ac12376b8 100644 --- a/source/_components/graphite.markdown +++ b/source/_components/graphite.markdown @@ -23,7 +23,7 @@ graphite: {% configuration %} host: - description: IP address of your graphite host, e.g., http://192.168.1.10. + description: IP address of your graphite host, e.g., 192.168.1.10. required: false type: string default: localhost