opentelemetry-java-instrumentation icon indicating copy to clipboard operation
opentelemetry-java-instrumentation copied to clipboard

OpenTelemetry auto-instrumentation and instrumentation libraries for Java

Results 335 opentelemetry-java-instrumentation issues
Sort by recently updated
recently updated
newest added

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. ![image](https://github.com/user-attachments/assets/6d279ee3-5b4c-4e5a-aad9-70d8e03ab2ce) There are no labels for this part as shown in the figure below ![image](https://github.com/user-attachments/assets/fb6dff8d-d815-4809-9623-7ca6e7676813) ### Describe the solution...

enhancement
needs triage

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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.opentelemetry.semconv:opentelemetry-semconv/1.26.0-alpha?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

test native

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

spring boot starter

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...

bug
needs triage

### 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...

enhancement
needs triage