Commit Graph

67 Commits

Author SHA1 Message Date
Soheil Hassas Yeganeh 79a2e1e2fd
Merge pull request #19315 from soheilhy/trace-flags
Convert TraceFlags in the hot path to DebugTraceFlags.
2019-06-13 11:45:09 -04:00
Soheil Hassas Yeganeh 21020d85c2 Update the doc for the new debug-only flags. 2019-06-12 14:42:07 -04:00
Qiancheng Zhao 8438cc804f Added debug and non-debug tracers for subchannel. 2019-06-11 17:00:32 -07:00
Prashant Jaikumar f36e08e6dd Add trace flag in cronet transport 2019-04-23 14:09:52 -07:00
Soheil Hassas Yeganeh 212e4b8657 Retire the GRPC_ARENA_INIT_STRATEGY env variable.
This is in the hot path and it is not needed anymore.
Remove it for good.
2019-04-17 15:26:07 -04:00
Lidi Zheng c3215ea25b Add per-platform details for GRPC_DNS_RESOLVER 2019-03-26 10:55:56 -07:00
Lidi Zheng d1dc707908 Correct the default DNS resolver to ares 2019-03-26 09:33:15 -07:00
Mark D. Roth 8878712aeb Split client_channel tracer into two. 2019-03-07 13:02:04 -08:00
Alexander Polcyn 85979e9a58 List c-ares tracers in documentation 2019-02-21 18:23:33 -08:00
Vu Cong Tuan 69fab8eacb Fix many typos in doc
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
2019-02-14 11:14:16 +07:00
Soheil Hassas Yeganeh 48e4a81b05 Remeve memset(0) from arena allocated memory.
Callers are updated to properly initialize the memory.

This behavior can be overridden using GRPC_ARENA_INIT_STRATEGY
environment variable.
2018-11-05 10:12:39 -05:00
Mark D. Roth f85fd026e3 Client-side health checking support. 2018-10-24 12:29:04 -07:00
Muxi Yan 5f2f984be1 update environment_variable.md 2018-08-07 16:30:25 -07:00
Noah Eisen 614331a506
Merge pull request #15578 from ncteisen/combiner-tracer
Make Combiner Tracer Debug Only
2018-05-30 21:33:37 -07:00
ncteisen 5e6b75c186 Update tracer docs 2018-05-30 12:17:44 -07:00
ncteisen d488c0467f Default off for tracers, delete an unused one 2018-05-29 19:06:07 -07:00
ncteisen d469804366 Remove grpc_trace_channel_stack_builder 2018-05-16 15:49:16 -07:00
Sree Kuchibhotla d93a483eb4 more accurate description in environment_variables.md 2018-04-27 09:28:50 -07:00
Sree Kuchibhotla ad11bf5b60 fd tracing support 2018-04-26 16:01:33 -07:00
Mark D. Roth dc4d01f6ef Add tracer for handshakers. 2018-04-17 14:58:34 -07:00
Daniel Upton 852e8ac30d
Update GRPC_SSL_CIPHER_SUITES documentation
These old cipher suites were removed in 815e318268
2018-02-02 08:48:56 +00:00
Sree Kuchibhotla 546e7393e9 Debug statements for polling api 2018-01-30 16:28:16 -08:00
ncteisen 228089f7b8 Add new env var 2017-12-08 12:50:59 -08:00
Yuchen Zeng cbb9296b72 Change the default interval to 5 seconds 2017-10-30 12:06:52 -07:00
Yuchen Zeng b41014eeef Add GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS 2017-10-30 12:06:52 -07:00
Craig Tiller 7b2484b380 Document env var 2017-10-05 15:31:43 +00:00
Mark D. Roth 1a8bb821f4 Add tracer for plugin credentials. 2017-09-26 15:15:12 -07:00
ncteisen 0252252fdd Update env var documentation 2017-09-18 08:57:14 -04:00
Craig Tiller dfc6cffdf8 Merge github.com:grpc/grpc into write_completion 2017-09-07 14:48:40 -07:00
Mark D. Roth 8941f607d6 Merge pull request #12369 from markdroth/call_combiner
Second attempt at call combiner PR
2017-09-07 14:43:47 -07:00
Craig Tiller a8fc020e0f Merge github.com:grpc/grpc into write_completion 2017-09-07 13:39:26 -07:00
Craig Tiller 8c4f128d5f Sanity fixes 2017-09-01 10:07:10 -07:00
Mark D. Roth 764cf04a13 Revert "Revert "Implement call combiner""
This reverts commit bf19961d0a.
2017-09-01 09:00:06 -07:00
Mark D. Roth bf19961d0a Revert "Implement call combiner" 2017-08-29 16:59:07 -07:00
Mark D. Roth 76e264b8df Implement call combiner. 2017-08-25 09:03:33 -07:00
Yuchen Zeng ddaef3e325 Remove non-POD global variables 2017-08-24 15:34:52 -07:00
Yuchen Zeng f1d50983ae Document GRPC_DISABLE_CHANNEL_CONNECTIVITY_WATCHER 2017-08-24 12:08:03 -07:00
Sree Kuchibhotla 8c8266cc43 fix documentation 2017-08-02 17:08:30 -07:00
Noah Eisen 309f20802d Update env var doc 2017-07-31 16:52:53 -07:00
Yash Tibrewal 30352f67f1 Remove line about username and password not being supported in http_proxy URI 2017-07-28 13:20:57 -07:00
ncteisen e155b9a3a3 Update env var doc 2017-07-17 09:13:04 -07:00
ncteisen 15f77669a4 Add to tracer doc to pass sanity 2017-07-14 19:11:50 -07:00
ncteisen 05dbac6b39 Update doc 2017-07-13 07:16:19 -07:00
ncteisen 6919176647 update doc 2017-07-13 07:16:19 -07:00
Mark D. Roth 60751fe7e7 Add client_channel tracer; code cleanup; eliminate an allocation. 2017-07-07 12:50:33 -07:00
ncteisen 9f3bd3340c Updated doc 2017-06-20 17:45:42 -07:00
ncteisen 24ce2b711d Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul 2017-06-19 17:35:54 -07:00
Mark D. Roth 43b8930b19 Document use of ${http_proxy} environment variable. 2017-06-15 11:41:28 -07:00
ncteisen 8e331bf8e8 Update env var doc 2017-06-08 17:50:22 -07:00
Craig Tiller d9bc2bf825 Merge github.com:grpc/grpc into atomic-timers 2017-03-29 09:07:14 -07:00