You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Help: "Samples in to remote storage, compare to samples out for queue managers.",
44
+
Help: "Samples in to remote storage, compare to samples out for queue managers. Deprecated, check prometheus_wal_watcher_records_read_total and prometheus_remote_storage_samples_dropped_total",
Help: "Exemplars in to remote storage, compare to exemplars out for queue managers.",
50
+
Help: "Exemplars in to remote storage, compare to exemplars out for queue managers. Deprecated, check prometheus_wal_watcher_records_read_total and prometheus_remote_storage_exemplars_dropped_total",
Help: "HistogramSamples in to remote storage, compare to histograms out for queue managers.",
56
+
Help: "HistogramSamples in to remote storage, compare to histograms out for queue managers. Deprecated, check prometheus_wal_watcher_records_read_total and prometheus_remote_storage_histograms_dropped_total",
// TODO: Remove along with timestampTracker logic once we can be sure no user
96
+
// will encounter a gap that this metric covers but other metrics don't.
93
97
highestTimestamp: &maxTimestamp{
94
98
Gauge: prometheus.NewGauge(prometheus.GaugeOpts{
95
99
Namespace: namespace,
96
100
Subsystem: subsystem,
97
101
Name: "highest_timestamp_in_seconds",
98
-
Help: "Highest timestamp that has come into the remote storage via the Appender interface, in seconds since epoch. Initialized to 0 when no data has been received yet.",
102
+
Help: "Highest timestamp that has come into the remote storage via the Appender interface, in seconds since epoch. Initialized to 0 when no data has been received yet. Deprecated, check prometheus_remote_storage_queue_highest_timestamp_seconds which is more accurate.",
0 commit comments