From 2c1b893c5577528ee2911ea9601c8ff533fdd661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 10 Aug 2016 08:06:10 +0200 Subject: [PATCH] feat(metrics): minor fix for internal metrics fix PR #5758 --- conf/defaults.ini | 4 ++-- conf/sample.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index 94c653e74be..8c3fb36dded 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -353,9 +353,9 @@ enabled = true interval_seconds = 60 # Send internal Grafana metrics to graphite -[metrics.graphite] +; [metrics.graphite] ; address = localhost:2003 -; prefix = prod.grafana.%(instance_name)s. +; prefix = service.grafana.%(instance_name)s. [grafana_net] url = https://grafana.net diff --git a/conf/sample.ini b/conf/sample.ini index 88247c57297..de407cd1ad5 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -303,7 +303,7 @@ enabled = true ;interval_seconds = 10 # Send internal metrics to Graphite. %instance_name% in prefix will be replaced with the value of instance_name -[metrics.graphite] +; [metrics.graphite] ; address = localhost:2003 ; prefix = service.grafana.%instance_name%