Skip to content

Commit d95726c

Browse files
authored
Update opentelemetry.cs (#336)
Update ActivitySource name
1 parent 52a9e31 commit d95726c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/opentelemetry/opentelemetry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ODP_OTel_Demo
2525
//.AddZipkinExporter() // OpenTelemetry.Exporter.Zipkin NuGet package extension method
2626
.Build()!;
2727

28-
static ActivitySource activitySource = new ActivitySource("ODPNET");
28+
static ActivitySource activitySource = new ActivitySource("ODP.NET App");
2929

3030
static string conString = @"User Id=hr;Password=<PASSWORD>;Data Source=<NET SERVICE NAME>;";
3131

0 commit comments

Comments
 (0)