-
Notifications
You must be signed in to change notification settings - Fork 207
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
Enable HTTP Health Check for OTelTraceSource and OTelMetricsSource. #1547
Enable HTTP Health Check for OTelTraceSource and OTelMetricsSource. #1547
Conversation
Signed-off-by: Dinu John <[email protected]>
...ce-source/src/main/java/com/amazon/dataprepper/plugins/source/oteltrace/OTelTraceSource.java
Show resolved
Hide resolved
Signed-off-by: Dinu John <[email protected]>
Signed-off-by: Dinu John <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1547 +/- ##
=========================================
Coverage 94.18% 94.18%
Complexity 1181 1181
=========================================
Files 165 165
Lines 3386 3386
Branches 277 277
=========================================
Hits 3189 3189
Misses 141 141
Partials 56 56 Continue to review full report at Codecov.
|
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.
Thanks for updating the documentation. I do think this is clearer.
…1547) * Enable HTTP Health Check for OTelTraceSource and OTelMetricsSource. * Updated Readme file and added unit test for configurations Signed-off-by: Dinu John <[email protected]> (cherry picked from commit a233c9f)
…1547) (#1549) * Enable HTTP Health Check for OTelTraceSource and OTelMetricsSource. * Updated Readme file and added unit test for configurations Signed-off-by: Dinu John <[email protected]>
…pensearch-project#1547) * Enable HTTP Health Check for OTelTraceSource and OTelMetricsSource. * Updated Readme file and added unit test for configurations Signed-off-by: Dinu John <[email protected]> Signed-off-by: Finn Roblin <[email protected]>
Signed-off-by: Dinu John [email protected]
Description
Enable HTTP Health Check for OTelTraceSource and OTelMetricsSource
Issues Resolved
1546
Check List
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.