For the complete documentation index, see llms.txt. This page is also available as Markdown.

JVM

You can install Traceable Java Agent in a Kubernetes environment. When you run the commands mentioned below, they automatically instrument any application in the namespace running in the JVM. Following is the compatibility matrix to make sure that you choose the right option.

Supported frameworks

Library/Framework

Versions

1.6+

Micronaut (basic support via Netty)

1.0+

4.0+

3.0+

3.0+

2.3+


Install Java agent

Complete the following steps to install the Java agent. Make sure that you have identified the namespace in which you would like to auto inject the agent.

  1. Enter the following command to label the namespace

  2. Enter the following command to annotate the Java deployment

  3. Restart the deployments in that namespace so that the Traceable platform agent can inject the Java agent into your deployment:ActionScript


Verify

Check that the pods in the namespace have been injected with the Java agent by running the following command and verifying there is a traceable-javaagent-init initContainer.

Last updated

Was this helpful?