Replies: 1 comment 3 replies
-
Hi, Try setting it using We'll update release notes + README accordingly. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have tried few options for setting service name in release version 7 (otel 0.15.1). But the APM ui shows
unknown_service:java. Can you please share a correct system property for passing service name?
Below is one example I tried.
java -javaagent:./splunk-otel-javaagent-all-v7.jar -Dotel.trace.exporter=jaeger-thrift-splunk -Dotel.exporter.jaeger.service.name=batch -Dotel.exporter.jaeger.endpoint=http://host:14268/api/traces -jar batch-processing-0.0.1-SNAPSHOT.jar
Beta Was this translation helpful? Give feedback.
All reactions