Java Overview
Supported Java Versions
The Java APM should work well with Java 8+ applications. You can check this with …
java --version
Current Technical Approach
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.
- Added new metrics from our end
- Added severity based logging support
- Set up data export rules, so that telemetry data can be forwarded to our Host Agent
Releases
For javaagent auto-instrumentation feature updates, You can refer release list over here.
https://github.com/middleware-labs/opentelemetry-java-instrumentation/releases
Feature list
Feature | Status |
---|---|
Traces | Can be Auto-Instrumented |
Application Logs | Available |
Custom Logs | Available |
Metrics | In Progress … |
Roadmap
- We are planning to support Hostless APM as well which can send data directly to Middleware without need of any host agent. This will help to monitor cloud based managed applications.