# Functions
New returns new Annotations ready to use.
NewBadBucketLabelWarning is used when there is an error parsing the bucket label of a classic histogram.
NewHistogramQuantileForcedMonotonicityInfo is used when the input (classic histograms) to histogram_quantile needs to be forced to be monotonic.
NewInvalidQuantileWarning is used when the user specifies an invalid quantile value, i.e.
NewMixedClassicNativeHistogramsWarning is used when the queried series includes both classic and native histograms.
NewMixedFloatsHistogramsAggWarning is used when the queried series includes both float samples and histogram samples in an aggregation.
NewMixedFloatsHistogramsWarning is used when the queried series includes both float samples and histogram samples for functions that do not support mixed samples.
NewNativeHistogramNotCounterWarning is used when histogramRate is called with isCounter set to true on a gauge histogram.
NewNativeHistogramNotGaugeWarning is used when histogramRate is called with isCounter set to false on a counter histogram.
NewPossibleNonCounterInfo is used when a named counter metric with only float samples does not have the suffixes _total, _sum, _count, or _bucket.
# Variables
nolint:revive // error-naming.
nolint:revive // error-naming.
nolint:revive // error-naming.
nolint:revive // error-naming.
nolint:revive // error-naming.
nolint:revive // error-naming.
nolint:revive // error-naming.
nolint:revive // error-naming.
Currently there are only 2 types, warnings and info.
nolint:revive // error-naming.
# Type aliases
Annotations is a general wrapper for warnings and other information that is returned by the query API along with the results.