-
Notifications
You must be signed in to change notification settings - Fork 7
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(client): add LogStreamAppender #459
Conversation
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## pipelined_append_handler #459 +/- ##
============================================================
- Coverage 63.15% 62.63% -0.52%
============================================================
Files 132 133 +1
Lines 18145 18336 +191
============================================================
+ Hits 11459 11485 +26
- Misses 6120 6277 +157
- Partials 566 574 +8
☔ View full report in Codecov by Sentry. |
73006e6
to
62067e9
Compare
80abf51
to
0579220
Compare
62067e9
to
50ccc7b
Compare
0579220
to
918f845
Compare
50ccc7b
to
e1468e4
Compare
918f845
to
5bc3f8b
Compare
e1468e4
to
05f590e
Compare
5bc3f8b
to
20e31e7
Compare
05f590e
to
ea02918
Compare
20e31e7
to
4ff8d8c
Compare
ea02918
to
f8a7676
Compare
This PR adds LogStreamAppender to the client, and it is a client to append asynchronously only a particular log stream. Resolves #433.
Graphite rebased this pull request as part of a merge. |
What this PR does
This PR adds LogStreamAppender to the client, and it is a client to append asynchronously only a particular log stream.
Which issue(s) this PR resolves
Resolves #433