From 81db81dfdd50e3720c8bde8485a9179a6134bb61 Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Tue, 23 Jun 2015 12:12:20 +0200 Subject: [PATCH] Rename ExporterLabelPrefix to ExportedLabelPrefix. --- model/labelname.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/model/labelname.go b/model/labelname.go index ed6915c..7d071bd 100644 --- a/model/labelname.go +++ b/model/labelname.go @@ -21,9 +21,9 @@ import ( ) const ( - // ExporterLabelPrefix is the label name prefix to prepend if a - // synthetic label is already present in the exported metrics. - ExporterLabelPrefix LabelName = "exporter_" + // ExportedLabelPrefix is the prefix to prepend to the label names present in + // exported metrics if a label of the same name is added by the server. + ExportedLabelPrefix LabelName = "exported_" // MetricNameLabel is the label name indicating the metric name of a // timeseries.