emissary-ingress / emissary

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
https://www.getambassador.io
Apache License 2.0
4.38k stars 688 forks source link

Add support for typed_json_format #4248

Open mrnonz opened 2 years ago

mrnonz commented 2 years ago

From envoy have already support typed_json_format https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#format-dictionaries

I think we should consider to add support this type too.


Example; In case we want to log http status code

We want number 200 instead of string "200".

Thank you

alexgervais commented 2 years ago

Hi @mrnonz! Thanks for creating this feature request. Would you be interested in contributing to making this change happen by opening a pull request?

danopia commented 11 months ago

I'm also interested in using typed JSON. Is an outside pull request still the best way of moving this along?

I've already submitted a 'feature request' ticket some months ago (support portal link)