MixedFloatsHistogramsWarning=fmt.Errorf("%w: encountered a mix of histograms and floats for metric name",PromQLWarning)
MixedClassicNativeHistogramsWarning=fmt.Errorf("%w: vector contains a mix of classic and native histograms for metric name",PromQLWarning)
PossibleNonCounterInfo=fmt.Errorf("%w: metric might not be a counter, name does not end in _total/_sum/_count:",PromQLInfo)
PossibleNonCounterInfo=fmt.Errorf("%w: metric might not be a counter, name does not end in _total/_sum/_count/_bucket:",PromQLInfo)
HistogramQuantileForcedMonotonicityInfo=fmt.Errorf("%w: input to histogram_quantile needed to be fixed for monotonicity (and may give inaccurate results) for metric name",PromQLInfo)