.github benchmark-jfr-analyzer benchmark-overhead-jmh benchmark-overhead bom-alpha bom buildscripts conventions custom-checks dependencyManagement docs examples gradle-plugins gradle/wrapper instrumentation-annotations-support-testing instrumentation-annotations-support ...
#13685 openedApr 10, 2025bygithub-actionsbot 1 ClassNotFoundException for DbClientMetricsbugSomething isn't workingneeds triageNew issue that requires triage #13667 openedApr 7, 2025bywimdeblauwe-volvo 18 OpenTelemetry context lost in Apache HttpClient call when using CompletableFuture.supplyAsync with...
.github Update workflows to main (#2118) 4年前 benchmark-e2e Bring org.testcontainers to 1.15.1 (#2178) 4年前 benchmark-integration Update to OTel 0.14.1 (#2059) 4年前 benchmark Update to SDK 0.15.0 (#2137) 4年前 buildSrc
FROM eclipse-temurin:17.0.12_7-jre-alpine WORKDIR /service-layer RUN apk --no-cache add curl RUN curl -Lhttps://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent.jar--output otel-javaagent.jar CMD ["java", "-javaagent:otel-javaagent....
Overview This PR introduces OpenTelemetry instrumentation for theActiveJ framework, enabling distributed tracing and context propagation for ActiveJ-based HTTP servers. The changes allow developers to monitor and debug ActiveJ applications in distributed systems by capturing trace context from incoming requests...
Start by examining our reactor instrumentation https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/reactor/reactor-3.1 If you are not using the javaagent then look at the library instrumentation, it is meant to be used without the javaagent. As for the thr...
If you need instrumentation for 2.x you could try copying the manual instrumentation library https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/ratpack/ratpack-1.7/library and fixing the imports for the classes that were moved to a different package in 2....
The OpenTelemetry website and documentation. Contribute to open-telemetry/opentelemetry.io development by creating an account on GitHub.
About Spring AI, you can find a full example here, which exports OpenTelemetry logs, metrics and traces:https://github.com/ThomasVitale/llm-apps-java-spring-ai/tree/main/observability/models/observability-models-openai Thanks for your perfect work! ;)...
.github/workflows/build-common.yml @@ -93,7 +93,7 @@ jobs: then echo "Licenses are up-to-date." else echo "Licenses are not up-to-date, please run './gradlew generateLicenseReport' locally and commit." echo "Licenses are not up-to-date, please run './gradlew generateLicenseReport...