-
Notifications
You must be signed in to change notification settings - Fork 183
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
Added a guide & sample for a custom logger client implementation. #579
Added a guide & sample for a custom logger client implementation. #579
Conversation
Signed-off-by: Djcarrillo6 <[email protected]> Black formatter Signed-off-by: Djcarrillo6 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #579 +/- ##
=======================================
Coverage 71.98% 71.98%
=======================================
Files 89 89
Lines 7935 7935
=======================================
Hits 5712 5712
Misses 2223 2223 ☔ View full report in Codecov by Sentry. |
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.
Some small comments/suggestions below.
…logs-metrics-collecton-script
8556334
to
9ce310a
Compare
Hey @dblock @saimedhi I am getting this failure error in the Ci/lint job here. I tried running the black formatter on the file with |
@Djcarrillo6 you should run |
9ce310a
to
cdaa55b
Compare
7c295b5
to
3ece675
Compare
Signed-off-by: Djcarrillo6 <[email protected]> Fixed import formatting in sample code for gudie. Signed-off-by: Djcarrillo6 <[email protected]> Fixed nox formatting of log collection sample module. Signed-off-by: Djcarrillo6 <[email protected]> Added types to log_collection_sample.py Signed-off-by: Djcarrillo6 <[email protected]> Added type ignore to StramHandler class Signed-off-by: Djcarrillo6 <[email protected]> Added formatting change Signed-off-by: Djcarrillo6 <[email protected]>
3ece675
to
18373d1
Compare
…logs-metrics-collecton-script
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.
I read the guide and left a bunch of comments, feel free to pick and choose.
bf18089
to
5e82fa0
Compare
6e1a562
to
04b82ea
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.
You also need to link this guide from USER_GUIDE.md and it's good with me! Thanks.
Signed-off-by: Djcarrillo6 <[email protected]> Fixed typo in CHANGELOG. Signed-off-by: Djcarrillo6 <[email protected]> Requested changes. Signed-off-by: Djcarrillo6 <[email protected]> Requested changes again. Signed-off-by: Djcarrillo6 <[email protected]> Added link in USER_GUIDE.md. Signed-off-by: Djcarrillo6 <[email protected]>
04b82ea
to
580e2c2
Compare
…logs-metrics-collecton-script
…ensearch-project#579) * Added a guide & sample for a custom logger client implementation. Signed-off-by: Djcarrillo6 <[email protected]> Black formatter Signed-off-by: Djcarrillo6 <[email protected]> * Changes from PR review Signed-off-by: Djcarrillo6 <[email protected]> Fixed import formatting in sample code for gudie. Signed-off-by: Djcarrillo6 <[email protected]> Fixed nox formatting of log collection sample module. Signed-off-by: Djcarrillo6 <[email protected]> Added types to log_collection_sample.py Signed-off-by: Djcarrillo6 <[email protected]> Added type ignore to StramHandler class Signed-off-by: Djcarrillo6 <[email protected]> Added formatting change Signed-off-by: Djcarrillo6 <[email protected]> * Added PR review changes. Signed-off-by: Djcarrillo6 <[email protected]> Fixed typo in CHANGELOG. Signed-off-by: Djcarrillo6 <[email protected]> Requested changes. Signed-off-by: Djcarrillo6 <[email protected]> Requested changes again. Signed-off-by: Djcarrillo6 <[email protected]> Added link in USER_GUIDE.md. Signed-off-by: Djcarrillo6 <[email protected]> --------- Signed-off-by: Djcarrillo6 <[email protected]> Signed-off-by: roma2023 <[email protected]>
Black formatter
Description
Issues Resolved
Resolve proposal related to issue #331
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.