const AlertNameLabel …
const ExportedLabelPrefix …
const MetricNameLabel …
const SchemeLabel …
const AddressLabel …
const MetricsPathLabel …
const ScrapeIntervalLabel …
const ScrapeTimeoutLabel …
const ReservedLabelPrefix …
const MetaLabelPrefix …
const TmpLabelPrefix …
const ParamLabelPrefix …
const JobLabel …
const InstanceLabel …
const BucketLabel …
const QuantileLabel …
var LabelNameRE …
type LabelName …
func (ln LabelName) IsValid() bool { … }
func (ln *LabelName) UnmarshalYAML(unmarshal func(interface{ … }
func (ln *LabelName) UnmarshalJSON(b []byte) error { … }
type LabelNames …
func (l LabelNames) Len() int { … }
func (l LabelNames) Less(i, j int) bool { … }
func (l LabelNames) Swap(i, j int) { … }
func (l LabelNames) String() string { … }
type LabelValue …
func (lv LabelValue) IsValid() bool { … }
type LabelValues …
func (l LabelValues) Len() int { … }
func (l LabelValues) Less(i, j int) bool { … }
func (l LabelValues) Swap(i, j int) { … }
type LabelPair …
type LabelPairs …
func (l LabelPairs) Len() int { … }
func (l LabelPairs) Less(i, j int) bool { … }
func (l LabelPairs) Swap(i, j int) { … }