javaagent
javaagent copied to clipboard
Hypertrace OpenTelemetry Java agent with payload/body and headers data capture.
Execution failed for task ':otel-extensions:generateProto'. > protoc: stdout: . stderr: datasets/google_message3/benchmark_message3_1.proto: File not found. datasets/google_message3/benchmark_message3_2.proto: File not found. datasets/google_message3/benchmark_message3_3.proto: File not found. datasets/google_message3/benchmark_message3_4.proto: File not found. datasets/google_message3/benchmark_message3_5.proto: File not found....
## Use Case * Hypertrace support for spring boot 3+ version. * When adding hypetrace agent while running jar, all API of service is giving out 404 response
## Description Adding instrumentation for old servlet versions (2.2-3.0). This is used in boomi. The implementation is almost similar to servlet-3.0. ### Testing Tested with rest API in boomi which...
The Span that is create by the OTEL java agent may not have some of the attributes that are needed for properly evaluating the execution of a request. Specifically, the...
## Use Case We should run our tests (especially, tests in the `instrumentation` module) on multiple JVMs after compiling them with JDK 11. This was first brought up on #334...
This depends on adding a grpc service in agent-config that will be used for getting dynamic config. https://github.com/hypertrace/agent-config/pull/61
## Use Case We should support filtering requests made to APIs defined with the JAX-RS API, just as we do for the Java EE Servlet API. ## Proposal I think...
This issue outlines a short term roadmap for reaching supportable V1. The instrumentation scope focuses on server-side frameworks and Spring Web. The server-side frameworks were chosen because this is where...
This outlines tasks that should be resolved in the upstream to support features in this repository or make maintenance easier: - [x] Make global ignore matcher configurable. It's needed to...