Skip to content

Which version of Java agent to use for productive use cases ? #6939

Discussion options

You must be logged in to vote

Hey @santoshkashyap

My question is which version of Java agent is recommended for productive use cases ? Any recommendations for a stable version(slightly older is also fine)

We recommend using the latest version of the javaagent. The agent itself is considered stable; the instrumentations that are included in it are not. This pretty much means that we are allowed to change the telemetry data that is being emitted by the agent, e.g. span names or attributes. This is caused by the fact that the OTel semantic conventions that we're based on are not stable themselves, so until the conventions outlined in the spec stabilize we cannot stabilize the instrumentations.

Now, randomly tried out …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by santoshkashyap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants