The Java APM should work well with Java 8+ applications. You can check this with …
Our Java APM works based on https://github.com/open-telemetry/opentelemetry-java-instrumentation
We have customized this base package based on our product requirement.
For javaagent auto-instrumentation feature updates, You can refer release list over here.
https://github.com/middleware-labs/opentelemetry-java-instrumentation/releases
Feature | Status |
---|---|
Traces | Can be Auto-Instrumented |
Application Logs | Available |
Custom Logs | Available |
Metrics | In Progress … |