From 7c70c33157d714500c3bf8607bd868b5aaa6eeed Mon Sep 17 00:00:00 2001
From: SergeyMenshykh <68852919+SergeyMenshykh@users.noreply.github.com>
Date: Wed, 24 Sep 2025 16:27:00 +0100
Subject: [PATCH] .NET: Use observability term (#889)
* use observability term instead of telemetry
* rename telemetry folder to observability
* rolledback changed sample description
---
dotnet/agent-framework-dotnet.slnx | 4 ++--
.../Agent_Step08_Observability.csproj} | 0
.../Program.cs | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename dotnet/samples/GettingStarted/Agents/{Agent_Step08_Telemetry/Agent_Step08_Telemetry.csproj => Agent_Step08_Observability/Agent_Step08_Observability.csproj} (100%)
rename dotnet/samples/GettingStarted/Agents/{Agent_Step08_Telemetry => Agent_Step08_Observability}/Program.cs (100%)
diff --git a/dotnet/agent-framework-dotnet.slnx b/dotnet/agent-framework-dotnet.slnx
index 74cd8e0f16..5ef0fa290b 100644
--- a/dotnet/agent-framework-dotnet.slnx
+++ b/dotnet/agent-framework-dotnet.slnx
@@ -46,7 +46,7 @@
-
+
@@ -61,7 +61,7 @@
-
+
diff --git a/dotnet/samples/GettingStarted/Agents/Agent_Step08_Telemetry/Agent_Step08_Telemetry.csproj b/dotnet/samples/GettingStarted/Agents/Agent_Step08_Observability/Agent_Step08_Observability.csproj
similarity index 100%
rename from dotnet/samples/GettingStarted/Agents/Agent_Step08_Telemetry/Agent_Step08_Telemetry.csproj
rename to dotnet/samples/GettingStarted/Agents/Agent_Step08_Observability/Agent_Step08_Observability.csproj
diff --git a/dotnet/samples/GettingStarted/Agents/Agent_Step08_Telemetry/Program.cs b/dotnet/samples/GettingStarted/Agents/Agent_Step08_Observability/Program.cs
similarity index 100%
rename from dotnet/samples/GettingStarted/Agents/Agent_Step08_Telemetry/Program.cs
rename to dotnet/samples/GettingStarted/Agents/Agent_Step08_Observability/Program.cs