You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug opentelemetry-javaagent-1.2.0.jar includes all dependencies. While that is expected for opentelemetry-javaagent-1.2.0-all.jar, the one without-all should not include the exporters.
Steps to reproduce
Go to e.g. Maven Central and download the non-all version.
The agent doesn’t use code from the app so both versions are supposed to have dependencies, while the -all is supposed to in
addition include all exporters. If even the non -all had no dependencies included it wouldn’t work as a javaagent.
The text was updated successfully, but these errors were encountered:
Describe the bug
opentelemetry-javaagent-1.2.0.jar
includes all dependencies. While that is expected foropentelemetry-javaagent-1.2.0-all.jar
, the one without-all
should not include the exporters.Steps to reproduce
Go to e.g. Maven Central and download the non-all version.
A)
B)
What did you expect to see?
A) I believe this should return an empty response
B) I'm sure this should return an empty response.
What did you see instead?
A) approx 15'000 files in
B) 142 files
What version are you using?
v1.2.0
Environment
Not relevant.
Additional context
Slack thread
In the above slack thread @anuraaga wrote:
The text was updated successfully, but these errors were encountered: