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
{{ message }}
This repository was archived by the owner on Aug 23, 2023. It is now read-only.
- New Carbon metric 'tank.discarded.new_value_for_timestamp'
- Prometheus metric 'discarded_samples_total' has a new reason 'new-value-for-timestamp'
Fixes#1201, #1202, #1203
currently, we discard points and increment
tank.metrics_too_old
when a point's timestamp is <= lastTs for the same series.However, it is beneficial to be able to differentiate between old data being sent and duplicate data being sent.
I propose that we add a new metric
tank.duplicate_ts
so we can maintain separate counts of duplicates vs out-of-order.see also #1201
The text was updated successfully, but these errors were encountered: