aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/census/grpc_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ext/census/grpc_plugin.c')
-rw-r--r--src/core/ext/census/grpc_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/census/grpc_plugin.c b/src/core/ext/census/grpc_plugin.c
index c9fe453af8..28d266e22a 100644
--- a/src/core/ext/census/grpc_plugin.c
+++ b/src/core/ext/census/grpc_plugin.c
@@ -48,7 +48,7 @@ static bool is_census_enabled(const grpc_channel_args *a) {
return a->args[i].value.integer != 0 && census_enabled();
}
}
- return census_enabled();
+ return census_enabled() && !grpc_channel_args_want_minimal_stack(a);
}
static bool maybe_add_census_filter(grpc_exec_ctx *exec_ctx,