Paulo Janotti
Paulo Janotti
@jwarfieldpwny the CLSID above is for https://github.com/signalfx/signalfx-dotnet-tracing are you trying to use it in conjunction with OpenTelemetry instrumentation? The error 0x80040154 indicates that the expected profiler was not installed. It...
SIG meeting: link to package documentation (in GH). Long term: explore automated way of getting this information.
@pellared this issue was opened when I was doing https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/pull/708 - the helper was not working as intended and there were no tests covering it. Now they are covered via...
Related comment pointed by @lachmatt https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/pull/675#discussion_r873853758
Assembly redirects seems to be the way to go in this case. It is not user friendly but it is the mechanism provided by the .NET Framework.
Any other reports of this one?
Same failure at https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/runs/7924735948?check_suite_focus=true#step:5:2188
Another one https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/runs/7924836032?check_suite_focus=true#step:5:2193 Now it looks more than just flakiness. Bumping this to 0.3.0 until we are sure. cc @open-telemetry/dotnet-instrumentation-approvers
It passed on retries, but, there were a relatively high number of failures. Likely this is a test issue but we should investigate and fix it if appropriate before 0.3.0.
I couldn't repro the exact same error (tried multiple runs delaying start of the docker, incorrect password, invalid sa password, etc). I will move this back to 0.4.0 since it...