Skip to content

Commit

Permalink
Merge branch 'main' into chalin-im-conc-link-checks-2023-11-30
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Nov 30, 2023
2 parents acbc7d6 + 58c15c2 commit dd4305c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/demo/services/cart.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Action<ResourceBuilder> appResourceBuilder =
builder.Services.AddOpenTelemetry()
.ConfigureResource(appResourceBuilder)
.WithMetrics(meterBuilder => meterBuilder
.AddProcessInstrumentation()
.AddRuntimeInstrumentation()
.AddAspNetCoreInstrumentation()
.AddOtlpExporter());
Expand Down

0 comments on commit dd4305c

Please sign in to comment.