forked from mirror/client_golang
Rename ExporterLabelPrefix to ExportedLabelPrefix.
This commit is contained in:
parent
00e4c46296
commit
81db81dfdd
|
@ -21,9 +21,9 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// ExporterLabelPrefix is the label name prefix to prepend if a
|
// ExportedLabelPrefix is the prefix to prepend to the label names present in
|
||||||
// synthetic label is already present in the exported metrics.
|
// exported metrics if a label of the same name is added by the server.
|
||||||
ExporterLabelPrefix LabelName = "exporter_"
|
ExportedLabelPrefix LabelName = "exported_"
|
||||||
|
|
||||||
// MetricNameLabel is the label name indicating the metric name of a
|
// MetricNameLabel is the label name indicating the metric name of a
|
||||||
// timeseries.
|
// timeseries.
|
||||||
|
|
Loading…
Reference in New Issue