-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: make grpc insert requests in a batch #1687
feat: make grpc insert requests in a batch #1687
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1687 +/- ##
===========================================
- Coverage 86.54% 86.47% -0.08%
===========================================
Files 572 573 +1
Lines 92371 92396 +25
===========================================
- Hits 79941 79896 -45
- Misses 12430 12500 +70 |
9114002
to
12c69db
Compare
12c69db
to
8e815be
Compare
@fengjiachun PTAL |
8e815be
to
1d69039
Compare
1d69039
to
c4aa773
Compare
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.
LGTM
* feat: make Prometheus remote write in a batch * rebase * fix: resolve PR comments * fix: resolve PR comments * fix: resolve PR comments
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
Trying to optimize Prometheus remote write.
Now the remote write path is like this:
Before:
This PR also:
Checklist
Refer to a related PR or issue link (optional)