Help:"Total number of samples which were dropped after being read from the WAL before being sent via remote write, either via relabelling, due to being too old or unintentionally because of an unknown reference ID.",
Help:"Total number of exemplars which were dropped after being read from the WAL before being sent via remote write, either via relabelling, due to being too old or unintentionally because of an unknown reference ID.",
Help:"Total number of histograms which were dropped after being read from the WAL before being sent via remote write, either via relabelling, due to being too old or unintentionally because of an unknown reference ID.",
Help:"The total number of bytes of data (not metadata) sent by the queue after compression. Note that when exemplars over remote write is enabled the exemplars included in a remote write request count towards this metric.",
Help:"The maximum number of samples to be sent, in a single request, to the remote storage. Note that, when sending of exemplars over remote write is enabled, exemplars count towards this limt.",
logger.Warn("usage of 'metadata_config.send' is redundant when using remote write v2 (or higher) as metadata will always be gathered from the WAL and included for every series within each write request")
s.qm.logger.Error("we got 2xx status code from the Receiver yet statistics indicate some data was not written; investigation needed","failedSampleCount",sampleDiff,"failedHistogramCount",histogramDiff,"failedExemplarCount",exemplarDiff)
logger.Debug("dropped data due to their age","droppedSamples",droppedSamples,"droppedExemplars",droppedExemplars,"droppedHistograms",droppedHistograms)
logger.Debug("dropped data due to their age","droppedSamples",droppedSamples,"droppedExemplars",droppedExemplars,"droppedHistograms",droppedHistograms)