Evgeny Fedorov
Evgeny Fedorov
Yes, we will be moving forward. I've been busy with other things recently, and I still am, which is why there's been a delay.
> For the timestamping issue, @noahfalk, my idea here is to add DateTime.UtcNow timestamp immediately to Tags (TState) for each buffered log record as a new key-value pair with the...
> Filtering based on EventID This is possible with current design, LogRecordPattern has the EventID property. > Head-based sampling of per-request telemetry. Tracing sampling is not in scope of this...
## Background This post contains up-to-date API proposal and usage examples. ### API Proposal #### Logging sampling LoggerSampler.cs: ```csharp namespace Microsoft.Extensions.Logging; /// /// Controls the number of samples of log...
@noahfalk thank you for your comments! I updated the post directly, hopefully it is ok with you. > Are you envisioning that users pick exactly one buffering option or they...
FYI @tarekgh @geeknoid @samsp-msft - please check this comment https://github.com/dotnet/extensions/issues/5123#issuecomment-2427048688, this is the latest on the API shape which we are going to bring it up to .NET API review....
> Is the `! blocking` label here hoping to have API Review priority, or does it have some other meaning? The API Review tool does not recognize a version that...
@geeknoid -can this issue be closed as fixed by https://github.com/dotnet/extensions/pull/5192 ?
Thank you for taking care of it!