-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#25422] xCluster: Change Aggregation Function for Certain xCluster M…
…etrics from Sum to Max Summary: `kSum` aggregation is currently used for many xCluster metrics, but this leads to overflows and inaccuracies for metrics like `last_read_hybridtime`, which should instead use maximum aggregation `kMax`. Next Step [[ #25437 | #25437 ]]: For optimal accuracy in the future, we should implement a `kLatest` aggregation function, which would require metric storing both the latest value and its corresponding timestamp. Jira: DB-14654 Test Plan: Jenkins Reviewers: hsunder, xCluster, jhe Reviewed By: jhe Subscribers: rthallam, ybase, ycdcxcluster, slingam Differential Revision: https://phorge.dev.yugabyte.com/D40873
- Loading branch information
1 parent
45496e4
commit 26987ac
Showing
1 changed file
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters