aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-10-09 14:33:41 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-10-12 11:25:11 -0400
commit10f995d283607a161e2ddcae5dd94636de950ec5 (patch)
treecd474678e3e5f9a49246cc17e79e8ad7dbe1ff0d /src/core/lib
parent8510e7f7d2410fa7e1d6abbfca7bfe320bc7a46d (diff)
Enable channelz by default
Diffstat (limited to 'src/core/lib')
-rw-r--r--src/core/lib/channel/channelz.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/channel/channelz.h b/src/core/lib/channel/channelz.h
index fddef793fb..88551befc8 100644
--- a/src/core/lib/channel/channelz.h
+++ b/src/core/lib/channel/channelz.h
@@ -42,13 +42,13 @@
/** This is the default value for whether or not to enable channelz. If
* GRPC_ARG_ENABLE_CHANNELZ is set, it will override this default value. */
-#define GRPC_ENABLE_CHANNELZ_DEFAULT false
+#define GRPC_ENABLE_CHANNELZ_DEFAULT true
/** This is the default value for the maximum amount of memory used by trace
* events per channel trace node. If
* GRPC_ARG_MAX_CHANNEL_TRACE_EVENT_MEMORY_PER_NODE is set, it will override
* this default value. */
-#define GRPC_MAX_CHANNEL_TRACE_EVENT_MEMORY_PER_NODE_DEFAULT 0
+#define GRPC_MAX_CHANNEL_TRACE_EVENT_MEMORY_PER_NODE_DEFAULT 1024 * 4
namespace grpc_core {