-
Notifications
You must be signed in to change notification settings - Fork 130
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
[Maven extension] cant set service name #183
Comments
Should be fixed by |
It looks fixed, but it also looks like there's no longer a default "maven". |
@delanym can you please verify it's fixed with v1.10.0? |
@cyrille-leclerc I've checked it on v1.10.0-alpha |
@cyrille-leclerc is it possible to set the service name to the runner when using -T3 etc? Similar to what you get with |
|
@cyrille-leclerc im asking for something else #209 |
I want to set the service.name to something other than Maven.
.\mvnw.cmd -e clean install --threads 3 -Dotel.traces.exporter=otlp -Dotel.exporter.otlp.endpoint=http://10.1.0.203:4317 -Dotel.instrumentation.maven.mojo.enabled=false -Dmaven.ext.class.path=c:\opt\opentelemetry-maven-extension-1.10.0-20220112.132157-1.jar -Dotel.resource.attributes=service.name=cats,service.namespace=mammals -Dotel.service.name=django
In this line I've set the service name in 2 ways, but neither of them seems to have any effect
https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure
What am I doing wrong?
The text was updated successfully, but these errors were encountered: