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

Hookup TSI tracer #908

Merged
merged 7 commits into from
Mar 2, 2015
Merged

Hookup TSI tracer #908

merged 7 commits into from
Mar 2, 2015

Conversation

ctiller
Copy link
Member

@ctiller ctiller commented Mar 2, 2015

First: ugh.

Second: allow tracer global variables to be registered and then parsed out of a configuration environment variable.

Expose TSI trace config variable directly to ease this a little.

Conflicts:
	src/core/tsi/ssl_transport_security.c
First: ugh.

Second: allow tracer global variables to be registered and then parsed out of a configuration environment variable.

Expose TSI trace config variable directly to ease this a little.
@ctiller
Copy link
Member Author

ctiller commented Mar 2, 2015

@nicolasnoble - the separated init that we talked about is here.

@@ -63,8 +63,8 @@ const char* tsi_result_to_string(tsi_result result);

/* --- tsi tracing --- */

/* Call this function before any other tsi function to avoid races. */
void tsi_enable_tracing(void);
/* set this early to avoid races */
Copy link
Contributor

Choose a reason for hiding this comment

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

s/set/Set

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

@jboeuf
Copy link
Contributor

jboeuf commented Mar 2, 2015

I'm good with the changes. Assigning to @nicolasnoble if he wants to have a look. Otherwise, I'm happy to merge.

@jboeuf jboeuf assigned nicolasnoble and unassigned jboeuf Mar 2, 2015
nicolasnoble added a commit that referenced this pull request Mar 2, 2015
@nicolasnoble nicolasnoble merged commit 0aad3d7 into grpc:master Mar 2, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Feb 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants