Closed
Description
kgateway version
1.18
Is your feature request related to a problem? Please describe.
Currently, filter_state data is lost between gateway-proxy and ALS.
Describe the solution you'd like
Enable Access Log Service to have logs streamed to (gRPC) with the purpose of:
- establishing a logging contract
- stream the logs to long-term storage, in a consistent format, for visualisation purposes
To work with WASM plugins that enrich logs through filter_state or dynamic_metadata.
Describe alternatives you've considered
No response
Additional Context
kgateway doesn’t provide a way of enabling the filter_states_objects_to_log. If provided, it should be possible to ensure proxy's dataplane includes the required filter_state objects.