Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

malafeev
Copy link

@malafeev malafeev commented Aug 4, 2020

Sergei Malafeev added 2 commits August 4, 2020 20:44
@malafeev malafeev marked this pull request as ready for review August 4, 2020 13:07
tracer = new JRETracer(opts);
OpenTelemetryConfiguration.newBuilder()
.setServiceName(componentName)
.setAccessToken(config.getProperty("lightstep.access_token"))
Copy link
Collaborator

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).

Copy link
Author

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

<version>0.14.2</version>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-opentracing-shim</artifactId>
<version>0.7.0-20200727.220734-33</version>
Copy link
Collaborator

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).

Copy link
Author

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.

Copy link
Author

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

Sergei Malafeev added 2 commits August 4, 2020 22:58
Signed-off-by: Sergei Malafeev <[email protected]>
Signed-off-by: Sergei Malafeev <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants