-
Notifications
You must be signed in to change notification settings - Fork 561
Fix build test of Zipkin exporter on Windows #1177
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,3 +48,5 @@ | |
| /bazel-* | ||
| /plugin | ||
| /build | ||
|
|
||
| tags | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,6 @@ | |
|
|
||
| #ifndef HAVE_CPP_STDLIB | ||
|
|
||
| # define _WINSOCKAPI_ // stops including winsock.h | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not related to the PR:
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I moved this
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. thanks, spin lock header is actually the right place to have the define. |
||
| # include "opentelemetry/exporters/zipkin/zipkin_exporter.h" | ||
| # include <string> | ||
| # include "opentelemetry/ext/http/client/curl/http_client_curl.h" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
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.
Why is this required ? Just trying to understand what fix we are going for Zipkin.
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.
There is some unresolved global lock variable in gtest/gmock reported if built without this flag.