feat(stdlib): Add ingress_upstreaminfo log format to parse_nginx_log function#193
Conversation
81179b4 to
98f06cd
Compare
98f06cd to
ad5054c
Compare
That seems reasonable to me, although this would be a breaking change. Curious if anyone else has thoughts here. I think some field names were chosen initially to match Vector conventions (such as |
I'd agree with matching the "upstream" naming schemes 👍 |
7d0c2f7 to
e2b7103
Compare
|
Thanks for the review, pushed all the requested changes |
e2b7103 to
7cd3d9c
Compare
7cd3d9c to
61af420
Compare
Base branch was modified
Fixes #5
Also, what do you guys think on renaming parsed fields like they are named in Nginx docs here?
I would stick with that nginx's internal fields naming "convention", it's so close to RFCs at least.
If you are agree with this, I would make another PR to rename fields in "combined" format too