Skip to content

Commit

Permalink
Update .NET docs to reference process instrumentation (open-telemetry…
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-hensley authored Nov 30, 2023
1 parent 4318288 commit 5968273
Showing 1 changed file with 1 addition and 0 deletions.
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 5968273

Please sign in to comment.