Paulo Janotti
Paulo Janotti
4 instances: - https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/actions/runs/3069538719/jobs/4958307009#step:4:2590 - https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/actions/runs/3069538719/jobs/4958306796#step:4:2682 - https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/actions/runs/3069538719/jobs/4958306876#step:4:3392 - https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/actions/runs/3062693118/jobs/4943951142#step:4:3392
IntegrationTests.WcfCoreTests.SubmitsTraces (this happened after #1237 was merged) https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/actions/runs/3069180545/jobs/4957524777#step:4:3368
Prompted by @nrcventura comment, see https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/pull/1153#discussion_r962076556
# Bug Report ## Symptom **Actual behavior** The Auto-Instrumentation assembly is not being loaded as app domain-neutral preventing automatic instrumentation. See https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/1126#issuecomment-1229364495 **Expected behavior** Auto-Instrumentation assembly loaded as domain neutral.
This came up in a PR, see [comment here](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/pull/708/files#r886378692). This issue is to track decide if we really want to do it or not.
This originally came from trying to use the example from opencensus-service. Currently there is no way to get information about dropped data, this can be an option to add some...
See remarks at https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/pull/3055/files#r1375885512
The list at [dotnet/runtime]( https://github.com/dotnet/runtime/blob/42ef1970047ace8972e22b13e5b05a7e2be656d2/src/native/corehost/hostmisc/utils.cpp#LL201-LL209) has other values but because of Apple M1 boxes, we may want to provide `arm64` by default. Adding all `arch` to the shared store doesn't...
[EDIT: update to clarify that this is about [ReadyToRun](https://devblogs.microsoft.com/dotnet/conversation-about-ready-to-run/) not AOT] The code requesting ReJIT of methods targeted for bytecode instrumentation is missing coverage in the following cases: 1. Instrumenting...
We have a working solution that hard codes the names of libraries being duplicated on AdditionalDeps, ideally, we would automatically discover the duplication instead of hard coding a list of...