Chris Gilbert

Results 4 comments of Chris Gilbert

I suspect this line: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/ActivityExtensions.cs#L88 perhaps should have just called Clear() on the RepeatableField to release everything. By dynamically messing with RepeatableField to set Count to 0 the array is...

No probs, it's probably unusual to have such large repos, but now and again someone has the wrong cased directories, and this tool is great for finding that. (generally because...

I'm not sure if this is also the same issue I'm having, if a span is has a Follows_From reference then it gets a link etc to the span it...

I suspect this was fixed by https://github.com/open-telemetry/opentelemetry-dotnet/commit/f7f535866b3c4cfef19661c4e97b41cf3a2091df I think it was fixed after otel 1.4 released