Skip to content

Commit

Permalink
Merge branch 'main' into jeager-env-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Jul 15, 2021
2 parents c608f14 + 56357fc commit 9387fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/AspNetCore/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public void ConfigureServices(IServiceCollection services)
break;
case "zipkin":
services.AddOpenTelemetryTracing((builder) => builder
.SetResourceBuilder(ResourceBuilder.CreateDefault().AddService(this.Configuration.GetValue<string>("Zipkin:ServiceName")))
.AddAspNetCoreInstrumentation()
.AddHttpClientInstrumentation()
.AddZipkinExporter());
Expand Down

0 comments on commit 9387fd8

Please sign in to comment.