-
Notifications
You must be signed in to change notification settings - Fork 53
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
Use OpenTelemetry Shim with Lightstep launcher #21
base: master
Are you sure you want to change the base?
Use OpenTelemetry Shim with Lightstep launcher #21
Conversation
Signed-off-by: Sergei Malafeev <[email protected]>
Signed-off-by: Sergei Malafeev <[email protected]>
tracer = new JRETracer(opts); | ||
OpenTelemetryConfiguration.newBuilder() | ||
.setServiceName(componentName) | ||
.setAccessToken(config.getProperty("lightstep.access_token")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to directly use the new system property names, e.g. ls.acess.token
(as also, in the future, we want to support configuration through property files).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated to use system properties
microdonuts/pom.xml
Outdated
<version>0.14.2</version> | ||
<groupId>io.opentelemetry</groupId> | ||
<artifactId>opentelemetry-opentracing-shim</artifactId> | ||
<version>0.7.0-20200727.220734-33</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this version still accessible/download-able? Else, we should probably wait for the 0.7.0 release of the agent (and related components).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it's better to wait for 0.7.0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated version to 0.7.0
Signed-off-by: Sergei Malafeev <[email protected]>
Signed-off-by: Sergei Malafeev <[email protected]>
cc @carlosalberto