aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2018-08-02 09:12:46 -0700
committerGravatar yang-g <yangg@google.com>2018-08-02 09:12:46 -0700
commitc88fd0656a6760eb19485d1fa0d5e63e4d44368a (patch)
tree93dbcc85b123faba782140bcec75ee718428da74
parent841eb14ff5015388571b99cdb61b9bbc9644f43f (diff)
comments
-rw-r--r--src/core/lib/surface/channel_init.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lib/surface/channel_init.h b/src/core/lib/surface/channel_init.h
index d800c83f16..6543796b4c 100644
--- a/src/core/lib/surface/channel_init.h
+++ b/src/core/lib/surface/channel_init.h
@@ -45,7 +45,8 @@ enum {
// For filters that need to be close to top or bottom, such as protocol-level
// filters (client_authority, http-client, http-server).
GRPC_CHANNEL_INIT_PRIORITY_HIGH = 20000,
- // For filters that need to be very close to the wire or surface.
+ // For filters that need to be very close to the wire or surface, such as
+ // stats filters (census).
GRPC_CHANNEL_INIT_PRIORITY_VERY_HIGH = 30000,
// For things that have to happen last, such as connected channel filter or
// surface server filter. Consider as reserved for gRPC internals.