access_log: add ability to generate JSON access logs preserving data types (#9043)
* access_log: add ability to generate JSON access logs preserving data types Using the new typed JSON format mode, numeric values (e.g. request duration, response codes, bytes sent, etc) are emitted as json numbers instead of as json strings. In addition, dynamic metadata and filter state are emitted as nested structs and lists where appropriate. Risk Level: medium for users of json logs Testing: unit tests Doc Changes: included Release Notes: included Fixes: #8374 Signed-off-by: Stephan Zuercher <zuercher@gmail.com> Mirrored from https://github.com/envoyproxy/envoy @ c7affbc223fae3a5dd104b8d6be4ea29af4042f6master-ci-test
parent
4a179feb31
commit
57c34af198
2 changed files with 22 additions and 10 deletions
Loading…
Reference in new issue