dd-trace-java icon indicating copy to clipboard operation
dd-trace-java copied to clipboard

How to change DataDog java agent trace api version to V0.5

Open peachisai opened this issue 1 year ago • 0 comments

Hi, I would like to ask some questions. I am testing how to send DataDog Java agent trace to my local terminal. But the default trace version is v0.4, and now I want to change the api version to v0.5 or v0.3.

My local system is Windows.

I had read the official documentation, and I have tried to use the JVM arguments:

-Ddd.trace.api.version=v0.5

or config the environment variable

 DD_TRACE_API_VERSION v0.5

Both approaches are ineffective. It was still v0.4 api version.

dd-java-agent version 1.35.2

Is there anything else I need to configure?

peachisai avatar Jul 04 '24 04:07 peachisai