opentelemetry-java-instrumentation
opentelemetry-java-instrumentation copied to clipboard
OpenTelemetry auto-instrumentation and instrumentation libraries for Java
Before this PR, instrumentations whic hare dispatched via `invokedynamic` would cause problems if they used certain types as return or paramter types: When inserting the `invokedynamic` instruction, it is associated...
When using invokedynamic-Advices, changes to the original method arguments, instrumented class fields etc have to be done via the bytebuddy `@Advice.AssignReturned` annotations. These annotations all have a `typing` parameter, which...
### Is your feature request related to a problem? Please describe.  There are no labels for this part as shown in the figure below  ### Describe the solution...
When updating the license report with `./gradlew generateLicenseReport`, the generated license report contains the current date. There is unfortunately no option to disable it in the gradle plugin used to...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.opentelemetry.semconv:opentelemetry-semconv](https://togithub.com/open-telemetry/semantic-conventions-java) | `1.25.0-alpha` -> `1.26.0-alpha` | [](https://docs.renovatebot.com/merge-confidence/)...
Currently we are only bumping 1.x patch versions when bumping SDK minor versions, e.g. https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11879 @brunobat recently reported a breaking change when updating 1.x patch versions. He didn't recall the...
https://docs.google.com/document/d/1nsmO2E0D-pQ_LlHBsWT1T7Ql0uNCBKI66wexdbk_HhE/edit?pli=1
In the documentation written next: > HTTP client spans SHOULD end sometime after the HTTP response headers are fully read (or when they fail to be read). This may or...
### Describe the bug When running an application with spring profiles active, a `java.nio.file.NoSuchFileException` is thrown saying `Error reading manifest` and mentioning the spring profiles argument. ### Steps to reproduce...
### Is your feature request related to a problem? Please describe. In legacy java application methods like **log.info("Message {}, {} and {}, arg1,arg2,arg3)** often happens in code. It would be...