Ben Kawcki

Results 8 issues of Ben Kawcki

**What this PR does / why we need it**: This PR attempts to address #3938. This PR adds a combined logging mode which emits a batch CloudEvent containing the log...

/kind feature **Describe the solution you'd like** The current `logger` package has some inefficiencies in how it sends log requests. 1. The `Worker` creates a new client everytime it sends...

/kind feature # **Describe the solution you'd like** Add a new logging configuration which emits a single CloudEvent with a combined request / response. The current implementation emits separate events...

/kind feature **Describe the solution you'd like** Allow static metadata to be defined in the logger configuration and passed in all emitted CloudEvents. When integrating log CloudEvents with other systems,...

/kind feature **Describe the solution you'd like** Add optional random sampling for inference logging. High traffic inference applications may only want to log a portion of their logs rather than...

# Description When recently writing tests for a huma router-agnostic middleware I didn't feel that there was an obvious pattern. I wasn't sure if this was an issue on my...

question

If I define an Operation and attach some middleware to it, is there a way I can parse the body, params and path params into the operation input struct within...

question

# Motivation There is a pattern I often want to do that I find difficult with Huma. Specifically, I want to extract an error message / description to be logged...