Nikita Balabaev
Nikita Balabaev
> Currently, is there a way to provide custom formatter (Func formatter) to log in opentelemetry logger, is there a recommended pattern? I am trying to have a Log processor...
This wasn't affected by #4658 at all. The logic there doesn't check `IEnumerable`
Regarding `request latency histogram` (issue `#2`): https://github.com/dotnet/aspnetcore/issues/47536 Final naming is in https://github.com/dotnet/aspnetcore/issues/48536
`libpng-dev` is installed
@alekaizer, nope. I've decided to replace package with `pngquant-bin` dependency with similar package without it
Created a request https://github.com/open-telemetry/community/issues/1527
Same problem on Windows 10. @escKeyStroke, thanks for the solution!
We have a similar problem, but the namespace-specific: ``` ArgumentException: An item with the same key has already been added. Key: .HttpClient at bool TryInsert(TKey key, TValue value, InsertionBehavior behavior)...
Hello @sjwaight, if you don't call either `EnableRedaction()` or `EnableEnrichment()`, then it means that https://github.com/dotnet/extensions/blob/main/src/Libraries/Microsoft.Extensions.Telemetry/Logging/ExtendedLoggerFactory.cs won't be used. Instead, the default [LoggerFactory](https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.loggerfactory) will be used, which is outside of the...
Apologies for the confusion, I took a closer look to the issue and ran the code locally. The source-gen produces the code, that adds all sensitive properties into a separate...