-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge the consumption metric pushes (#9939)
#8564 ## Problem The main and backup consumption metric pushes are completely independent, resulting in different event time windows and different idempotency keys. ## Summary of changes * Merge the push tasks, but keep chunks the same size.
- Loading branch information
Showing
5 changed files
with
181 additions
and
181 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
4abc8e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7078 tests run: 6760 passed, 0 failed, 318 skipped (full report)
Flaky tests (2)
Postgres 15
test_cli_start_stop
: release-arm64test_scrubber_physical_gc_ancestors[2]
: release-arm64Code coverage* (full report)
functions
:30.4% (8274 of 27226 functions)
lines
:47.8% (65225 of 136507 lines)
* collected from Rust tests only
4abc8e5 at 2024-11-30T14:02:10.609Z :recycle: