-
Notifications
You must be signed in to change notification settings - Fork 452
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
Re-add OpenCensus integration #545
Conversation
@@ -883,7 +891,12 @@ public HttpResponse execute() throws IOException { | |||
Preconditions.checkNotNull(requestMethod); | |||
Preconditions.checkNotNull(url); | |||
|
|||
Span span = tracer | |||
.spanBuilder(OpenCensusUtils.SPAN_NAME_HTTP_REQUEST_EXECUTE) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
The title was correct, this was previously merged, and then reverted due to time crunch on integrating internally. |
If possible avoid a high cardinality span name. If the URL does not have a high cardinality and it doesn't use any PII (like resource name) data then should be fine. |
Automation accidentally changed this file.
Fixes #459