diff options
Diffstat (limited to 'src/core/census/context.h')
-rw-r--r-- | src/core/census/context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/census/context.h b/src/core/census/context.h index e45409a6b8..02b3ec2545 100644 --- a/src/core/census/context.h +++ b/src/core/census/context.h @@ -36,6 +36,8 @@ #include <grpc/census.h> +#define GRPC_CENSUS_MAX_ON_THE_WIRE_TAG_BYTES 2048 + /* census_context is the in-memory representation of information needed to * maintain tracing, RPC statistics and resource usage information. */ struct census_context { |