NativeHistogramNotGaugeWarning=fmt.Errorf("%w: this native histogram metric is not a gauge:",PromQLWarning)
MixedExponentialCustomHistogramsWarning=fmt.Errorf("%w: vector contains a mix of histograms with exponential and custom buckets schemas for metric name",PromQLWarning)
IncompatibleCustomBucketsHistogramsWarning=fmt.Errorf("%w: vector contains histograms with incompatible custom buckets for metric name",PromQLWarning)
IncompatibleBucketLayoutInBinOpWarning=fmt.Errorf("%w: incompatible bucket layout encountered for binary operator",PromQLWarning)
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 (see https://prometheus.io/docs/prometheus/latest/querying/functions/#histogram_quantile) for metric name",PromQLInfo)