There was an error while loading. Please reload this page.
1 parent 52a9e31 commit d95726cCopy full SHA for d95726c
samples/opentelemetry/opentelemetry.cs
@@ -25,7 +25,7 @@ class ODP_OTel_Demo
25
//.AddZipkinExporter() // OpenTelemetry.Exporter.Zipkin NuGet package extension method
26
.Build()!;
27
28
- static ActivitySource activitySource = new ActivitySource("ODPNET");
+ static ActivitySource activitySource = new ActivitySource("ODP.NET App");
29
30
static string conString = @"User Id=hr;Password=<PASSWORD>;Data Source=<NET SERVICE NAME>;";
31
0 commit comments