Skip to content

Commit

Permalink
move new fields to the end. Rename query to query_params.
Browse files Browse the repository at this point in the history
  • Loading branch information
bianpengyuan committed Aug 3, 2018
1 parent 2539bd6 commit 384f2f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mixer/v1/global_dictionary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@
- request.size
- request.time
- request.useragent
- request.queries
- request.url_path
- response.headers
- response.size
- response.time
Expand Down Expand Up @@ -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

0 comments on commit 384f2f0

Please sign in to comment.