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