From 384f2f0170e9d7dc3adb4483d6e52f08fcda77ff Mon Sep 17 00:00:00 2001 From: Pengyuan Bian Date: Tue, 3 Jul 2018 09:53:23 -0700 Subject: [PATCH] move new fields to the end. Rename query to query_params. --- mixer/v1/global_dictionary.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mixer/v1/global_dictionary.yaml b/mixer/v1/global_dictionary.yaml index eafa06e4912..092429a2ef6 100644 --- a/mixer/v1/global_dictionary.yaml +++ b/mixer/v1/global_dictionary.yaml @@ -68,8 +68,6 @@ - request.size - request.time - request.useragent -- request.queries -- request.url_path - response.headers - response.size - response.time @@ -291,3 +289,9 @@ # SNI, for TLS connections - connection.requested_server_name + +# url_path and query_params are derived from http path header. +# url_path is the path part of a url, with query params being stripped +# query_params is the query part of a url. +- request.url_path +- request.query_params