From 59682738e7ba6298caa45e6781c5c0b82144f659 Mon Sep 17 00:00:00 2001 From: Matt Hensley <130569+matt-hensley@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:24:29 -0500 Subject: [PATCH 1/2] Update .NET docs to reference process instrumentation (#3552) --- content/en/docs/demo/services/cart.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/demo/services/cart.md b/content/en/docs/demo/services/cart.md index 10588b0a5631..862acbe704ae 100644 --- a/content/en/docs/demo/services/cart.md +++ b/content/en/docs/demo/services/cart.md @@ -85,6 +85,7 @@ Action appResourceBuilder = builder.Services.AddOpenTelemetry() .ConfigureResource(appResourceBuilder) .WithMetrics(meterBuilder => meterBuilder + .AddProcessInstrumentation() .AddRuntimeInstrumentation() .AddAspNetCoreInstrumentation() .AddOtlpExporter()); From 58c15c262d7037521469c503684be7af41062a81 Mon Sep 17 00:00:00 2001 From: Severin Neumann Date: Thu, 30 Nov 2023 14:34:58 +0100 Subject: [PATCH 2/2] fix permission issue with fix:refcache PR action (#3622) --- .github/workflows/pr-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-actions.yml b/.github/workflows/pr-actions.yml index 1d70daba921f..9e661cb55608 100644 --- a/.github/workflows/pr-actions.yml +++ b/.github/workflows/pr-actions.yml @@ -94,6 +94,7 @@ jobs: contains(github.event.comment.body, '/fix:refcache') permissions: contents: write + pull-requests: write env: DEPTH: --depth 100 # submodule clone depth