Update dotnet/samples/02-agents/AgentOpenTelemetry/Program.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Tao Chen
2026-03-26 10:19:09 -07:00
committed by GitHub
Unverified
parent 7a0e5162a5
commit 6332fbc639
@@ -18,7 +18,7 @@ using OpenTelemetry.Trace;
#region Setup Telemetry
// The source name under which all activities, metrics, and logs will be emitted.
// Source name for this sample's custom ActivitySource and Meter; other instrumentation uses their own sources/categories.
const string SourceName = "OpenTelemetryAspire.ConsoleApp";
const string ServiceName = "AgentOpenTelemetry";