Tyler Helmuth
Tyler Helmuth
I've got the SpanLimits class created and tested, but I'm struggling to decide where to do the actual truncation. Other languages do it when setting attributes but I haven't been...
Do you mean this capability to truncate would actually live in .Net itself and not it the SDK?
I thought the SDK specification implied that the ability to limit should be configurable in the SDK so thats where I created the SpanLimits class, following other languages examples. I...
In an effort to provide a solution for customers while we wait for this to be added in the .Net runtime I am going to experiment with a processor in...
Going to close since we are currently not interested in maintaining this feature. Please feel free to open an issue if you'd like to start gathering support for it.
Is there a solution instead where we can tell user's "if you want to avoid conflicts, use a prefix" and document that if there is still a conflict the value...
It should be set via `instrumentation`. @jaronoff97 can you confirm? This could be a bug
We could do a similar thing as the otel comms site: https://play.honeycomb.io/opentelemetry-web/datasets/opentelemetry.io/result/KQNPn4Merk?useStackedGraphs
@odubajDT @evan-bradley I'd like to talk about this more. We don't have syntax or a specific transformcontext to represent how to extract something from the connection context. I'd like to...
We keep breaking `NewTransformContext` functions as we need access to more data. Should we add an Option pattern?