[Backport 2.12] OTLP Source unified endpoint for logs, traces and metrics#5832
Merged
[Backport 2.12] OTLP Source unified endpoint for logs, traces and metrics#5832
Conversation
* init single endpoint Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * add reflection service Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * update getmetadata expression to support eventType Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * format files Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * update config and add health check Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * add http support and update config options Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * reset Otel trace source Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * add tests for healthcheck, auth, requests and config Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * add tests for grpc Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * update retry tests Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * update plugin name from otel-telemetry-source to otlp Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * update readme with usage details Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * reset Otel trace source changes Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * revert GetMetadataExpressionFunction and OTelTraceSource changes Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * remove example Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * update source to use http-common server Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * added back retry tests, use http-common health check Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * update readme with authentication details Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * fix checkstyle issues Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * add support for OpenSearch formats & update readme Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * remove dupe in settings Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * remove junit and mockito Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * update config fields and move certs Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * update tests with new config options Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * use data prepper duration and add generic output_format Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * update timeouts to duration Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * update the output format defaults to null Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> --------- Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> (cherry picked from commit 5ad289d)
kkondaka
approved these changes
Jun 26, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport 5ad289d from #5677