Eric J. Smith
Eric J. Smith
Would love to have this. For me, I'm recording queue processing times and having the average is alright, but what I really want to know is what the max time...
I guess there wouldn't be any way to get something like the 99th percentile from a histogram even with this change. I was reading docs on OpenTelemetry specs and it...
Do we need help getting this completed and merged? It seems like an important feature for otel metrics.
Yeah, we should make it a default config setting that can be overridden. The problem is that there are some ASP.NET events that can be MASSIVE.
Why wouldn't it be part of data exclusions?
Sounds good to me.
Nice! I'm definitely interested in making this change. We would need to make it a major version because it would definitely be breaking. We would also need to make it...
https://www.nuget.org/packages/System.Text.Json Looks like it targets 4.6.1. I’m definitely not against targeting just netstandard2.0 though. With the limited resources we have, I will prioritize ease of development over really old platforms...
Yeah, we had a lot of diamond dependency issues with users apps when we had a direct dependency on JSON.NET. I think that is still somewhat of a concern, but...
So I guess this is a bunch of additional rules in addition to the ones we are using in Exceptionless/Foundatio? https://github.com/FoundatioFx/Foundatio/blob/master/.editorconfig I'm definitely for having linting rules and even enforcing...