aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/load_reporting/load_reporting.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-10-15 15:25:51 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-10-15 15:25:51 -0700
commitd8fe334d5b92ef50e44c75ac19d8dced53efc476 (patch)
tree29ba207bf915464a24bf70a739e9578d07734783 /src/core/ext/load_reporting/load_reporting.h
parent9c00dabc1580232a5970b35edd3232693856927a (diff)
s/lb-cost/lb-cost-bin
Diffstat (limited to 'src/core/ext/load_reporting/load_reporting.h')
-rw-r--r--src/core/ext/load_reporting/load_reporting.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/load_reporting/load_reporting.h b/src/core/ext/load_reporting/load_reporting.h
index e13097654d..a157844734 100644
--- a/src/core/ext/load_reporting/load_reporting.h
+++ b/src/core/ext/load_reporting/load_reporting.h
@@ -51,7 +51,7 @@
* The value corresponding to this key is an opaque binary blob reported by the
* backend as part of its trailing metadata containing cost information for the
* call. */
-#define GRPC_LB_COST_MD_KEY "lb-cost"
+#define GRPC_LB_COST_MD_KEY "lb-cost-bin"
/** Identifiers for the invocation point of the users LR callback */
typedef enum grpc_load_reporting_source {