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

Re-add OpenCensus integration #545

Merged
merged 6 commits into from
Dec 28, 2018
Merged

Conversation

chingor13
Copy link
Collaborator

Fixes #459

@chingor13 chingor13 requested a review from a team as a code owner December 12, 2018 00:39
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 12, 2018
@@ -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.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@ajaaym ajaaym changed the title Readd OpenCensus integration Read OpenCensus integration Dec 12, 2018
@chingor13 chingor13 changed the title Read OpenCensus integration Re-add OpenCensus integration Dec 12, 2018
@chingor13
Copy link
Collaborator Author

The title was correct, this was previously merged, and then reverted due to time crunch on integrating internally.

@bogdandrutu
Copy link

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.

@bogdandrutu
Copy link

@chingor13 chingor13 merged commit 6f89edc into googleapis:master Dec 28, 2018
@chingor13 chingor13 deleted the opencensus branch December 28, 2018 18:47
elharo pushed a commit that referenced this pull request Mar 13, 2019
clundin25 pushed a commit to clundin25/google-http-java-client that referenced this pull request Aug 11, 2022
Automation accidentally changed this file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants