diff --git a/content/en/docs/zero-code/dotnet/troubleshooting.md b/content/en/docs/zero-code/dotnet/troubleshooting.md index 2d417caf7293..531babd5644f 100644 --- a/content/en/docs/zero-code/dotnet/troubleshooting.md +++ b/content/en/docs/zero-code/dotnet/troubleshooting.md @@ -132,13 +132,13 @@ Alternatively add only the conflicting packages to your project. The following dependencies are used by OpenTelemetry .NET Automatic Instrumentation: - [OpenTelemetry.AutoInstrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/OpenTelemetry.AutoInstrumentation/OpenTelemetry.AutoInstrumentation.csproj) -- [OpenTelemetry.AutoInstrumentation.AdditionalDeps](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Build.props) +- [OpenTelemetry.AutoInstrumentation.AdditionalDeps](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/c27acd9bd0f82de47217fba660d9f979e0a0cc2d/src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Build.props) Find their versions in the following locations: - [Directory.Packages.props](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/Directory.Packages.props) - [src/Directory.Packages.props](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/Directory.Packages.props) -- [src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Packages.props](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Packages.props) +- [src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Packages.props](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/f2d70bd0f095852bf0270aad61b60dfe1ea7834f/src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Packages.props) By default, assembly references for .NET Framework applications are redirected during runtime to the versions used by the automatic instrumentation. This @@ -150,7 +150,7 @@ automatic instrumentation this automatic redirection may fail, see [#2833](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/2833). Check if any existing binding redirect prevent redirection to the versions listed at -[netfx_assembly_redirection.h](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h). +[netfx_assembly_redirection.h](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/62b4a6a855608a925caeea95752167df5a0960a0/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h). For the automatic redirection above to work there are two specific scenarios that require the assemblies used to instrument .NET Framework applications, the diff --git a/content/fr/docs/zero-code/dotnet/troubleshooting.md b/content/fr/docs/zero-code/dotnet/troubleshooting.md index 6b065df38fda..2cc497e2b3a7 100644 --- a/content/fr/docs/zero-code/dotnet/troubleshooting.md +++ b/content/fr/docs/zero-code/dotnet/troubleshooting.md @@ -2,7 +2,7 @@ title: Dépannage des problèmes d'instrumentation Zero-code .NET linkTitle: Dépannage weight: 50 -default_lang_commit: 3d179dbe1270b83aafff0d3b6aa3311afd482649 +default_lang_commit: 3d179dbe1270b83aafff0d3b6aa3311afd482649 # patched cSpell:ignore: corehost netfx pjanotti TRACEFILE --- @@ -140,13 +140,13 @@ Les dépendances suivantes sont utilisées par l'instrumentation Zero-code OpenTelemetry pour .NET : - [OpenTelemetry.AutoInstrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/OpenTelemetry.AutoInstrumentation/OpenTelemetry.AutoInstrumentation.csproj) -- [OpenTelemetry.AutoInstrumentation.AdditionalDeps](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Build.props) +- [OpenTelemetry.AutoInstrumentation.AdditionalDeps](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/c27acd9bd0f82de47217fba660d9f979e0a0cc2d/src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Build.props) Leurs versions se trouvent dans les emplacements suivants : - [Directory.Packages.props](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/Directory.Packages.props) - [src/Directory.Packages.props](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/Directory.Packages.props) -- [src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Packages.props](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Packages.props) +- [src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Packages.props](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/f2d70bd0f095852bf0270aad61b60dfe1ea7834f/src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Packages.props) Par défaut, les références d'assemblies pour les applications .NET Framework sont redirigées pendant l'exécution vers les versions utilisées par @@ -159,7 +159,7 @@ utilisés par l'instrumentation automatique, cette redirection automatique peut [#2833](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/2833). Vérifiez si une redirection de liaison existante empêche la redirection vers les versions listées dans -[netfx_assembly_redirection.h](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h). +[netfx_assembly_redirection.h](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/62b4a6a855608a925caeea95752167df5a0960a0/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h). Pour que la redirection automatique ci-dessus fonctionne, il y a deux scénarios spécifiques qui nécessitent que les assemblies utilisés pour instrumenter les diff --git a/static/refcache.json b/static/refcache.json index 9059e5feb42e..afa588a6b1b3 100644 --- a/static/refcache.json +++ b/static/refcache.json @@ -11147,6 +11147,18 @@ "StatusCode": 206, "LastSeen": "2026-04-15T10:03:10.216462794Z" }, + "https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/62b4a6a855608a925caeea95752167df5a0960a0/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h": { + "StatusCode": 206, + "LastSeen": "2026-04-22T11:37:55.044157868Z" + }, + "https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/c27acd9bd0f82de47217fba660d9f979e0a0cc2d/src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Build.props": { + "StatusCode": 206, + "LastSeen": "2026-04-22T11:37:45.916139262Z" + }, + "https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/f2d70bd0f095852bf0270aad61b60dfe1ea7834f/src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Packages.props": { + "StatusCode": 206, + "LastSeen": "2026-04-22T11:37:52.121847943Z" + }, "https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/Directory.Packages.props": { "StatusCode": 206, "LastSeen": "2026-04-18T09:52:49.721743285Z" @@ -11187,18 +11199,6 @@ "StatusCode": 206, "LastSeen": "2026-04-18T09:52:53.135522792Z" }, - "https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Build.props": { - "StatusCode": 404, - "LastSeen": "2026-04-22T10:06:26.716951151Z" - }, - "https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Packages.props": { - "StatusCode": 404, - "LastSeen": "2026-04-22T10:06:29.599871765Z" - }, - "https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h": { - "StatusCode": 404, - "LastSeen": "2026-04-22T10:06:32.644715578Z" - }, "https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/OpenTelemetry.AutoInstrumentation/OpenTelemetry.AutoInstrumentation.csproj": { "StatusCode": 206, "LastSeen": "2026-04-18T09:52:43.533351869Z"