-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exporters example does not compile: SERVICE_NAME and SERVICE_VERSION are not defined. #4328
Comments
@garydgregory What's your runtime and OS? +CC @open-telemetry/java-instrumentation-maintainers |
https://github.com/open-telemetry/opentelemetry.io/blob/807fd51093c8ee6b156010ae0c9a70d06cf4d150/content/en/docs/languages/java/instrumentation.md seems to have a similar sample. That sample uses |
I am using Java 17 on Windows 10 with Maven:
My IDE is Eclipse:
This includes Buildship (the Gradle thing that does not really work, see eclipse-buildship/buildship#1303) |
Both |
@garydgregory with the latest semconv artifact it is |
Hello @laurit
Version "1.37.0" looks like the latest: https://search.maven.org/artifact/io.opentelemetry/opentelemetry-bom My dependency section uses:
The class is in opentelemetry-semconv-1.25.0-alpha.jar which is the latest according to https://search.maven.org/artifact/io.opentelemetry.semconv/opentelemetry-semconv What am I missing? TY. |
@garydgregory what is the issue that you have? |
Hello @laurit
|
@open-telemetry/java-approvers PTAL |
This line does not compile:
from https://opentelemetry.io/docs/languages/java/exporters/
The text was updated successfully, but these errors were encountered: