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

Move Tracers to top-level dependency position. #1065

Merged
merged 1 commit into from
Jun 8, 2017

Conversation

dnoe
Copy link
Contributor

@dnoe dnoe commented Jun 8, 2017

Thanks to a new static registration process optional tracers like
Lightstep and Zipkin can be added as top level dependencies of the site
specific main build. This change cleans up the remaining items required
to make a site specific main that does not link in Lightstep and Zipkin
libraries.

Thanks to a new static registration process optional tracers like
Lightstep and Zipkin can be added as top level dependencies of the site
specific main build.  This change cleans up the remaining items required
to make a site specific main that does not link in Lightstep and Zipkin
libraries.
@dnoe
Copy link
Contributor Author

dnoe commented Jun 8, 2017

@mrice32

@mrice32
Copy link
Member

mrice32 commented Jun 8, 2017

LGTM


envoy_cc_library(
name = "lightstep_tracer_lib",
srcs = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Very slight preference for srcs = ["foobar.cc"], style when there is only one item in the list.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's OK with you I'd rather not wait for another 40 minute travis build for this. I'll do single line unless buildifier overrules in the future.

@mattklein123 mattklein123 merged commit 4b9c259 into envoyproxy:master Jun 8, 2017
jpsim pushed a commit that referenced this pull request Nov 28, 2022
Signed-off-by: Mike Schore <mike.schore@gmail.com>
Signed-off-by: JP Simard <jp@jpsim.com>
jpsim pushed a commit that referenced this pull request Nov 29, 2022
Signed-off-by: Mike Schore <mike.schore@gmail.com>
Signed-off-by: JP Simard <jp@jpsim.com>
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.

None yet

4 participants