Running with the latest agent throws an exception when it prints its version number; then the agent says it's unknown.
VersionLogger looks for a file named "opentelemetry-javaagent.version" but gradle produces one based on the project name, called javaagent.version.
Which is the best fix? Looking for the file that's created or changing the one that gets generated?
Running with the latest agent throws an exception when it prints its version number; then the agent says it's unknown.
VersionLogger looks for a file named "opentelemetry-javaagent.version" but gradle produces one based on the project name, called javaagent.version.
Which is the best fix? Looking for the file that's created or changing the one that gets generated?