Skip to content

Commit 3d2cbe3

Browse files
Merge pull request #50651 from lootle1/MR108
Technical Review 1055058: Implement observability in a cloud-native .…
2 parents 534f4df + d75feff commit 3d2cbe3

16 files changed

+55
-54
lines changed

learn-pr/aspnetcore/implement-observability-cloud-native-app-with-opentelemetry/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: Learn how to build observability into your cloud-native application by including OpenTelemetry packages and analyzing the data in Application Insights or third-party tools.
7-
ms.date: 12/20/2023
7+
ms.date: 05/27/2025
88
author: codemillmatt
99
ms.author: masoucou
1010
ms.topic: unit

learn-pr/aspnetcore/implement-observability-cloud-native-app-with-opentelemetry/2-whats-observability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: What is observability?
44
metadata:
55
title: What is observability?
66
description: "Explore the three pillars of observability and how they help monitor applications."
7-
ms.date: 12/20/2023
7+
ms.date: 05/27/2025
88
author: codemillmatt
99
ms.author: masoucou
1010
ms.topic: unit

learn-pr/aspnetcore/implement-observability-cloud-native-app-with-opentelemetry/3-add-observability-cloud-native-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Add observability to a cloud-native application
44
metadata:
55
title: Add observability to a cloud-native application
66
description: "Learn about how to add observability to a cloud-native application by using OpenTelemetry."
7-
ms.date: 12/20/2023
7+
ms.date: 05/27/2025
88
author: codemillmatt
99
ms.author: masoucou
1010
ms.topic: unit

learn-pr/aspnetcore/implement-observability-cloud-native-app-with-opentelemetry/4-exercise-add-observability-cloud-native-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Add OpenTelemetry to a cloud-native application
44
metadata:
55
title: Exercise - Add OpenTelemetry to a cloud-native application
66
description: "Exercise to update a cloud-native application to use OpenTelemetry to output logs, metrics, and tracing data to the console."
7-
ms.date: 12/20/2023
7+
ms.date: 05/27/2025
88
author: codemillmatt
99
ms.author: masoucou
1010
ms.topic: unit

learn-pr/aspnetcore/implement-observability-cloud-native-app-with-opentelemetry/5-view-telemetry-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: View telemetry with Azure Monitor and third-party tools
44
metadata:
55
title: View telemetry with Azure Monitor and third-party tools
66
description: "View the telemetry data generated by OpenTelemetry in Application Insights and third-party tools."
7-
ms.date: 12/20/2023
7+
ms.date: 05/27/2025
88
author: codemillmatt
99
ms.author: masoucou
1010
ms.topic: unit

learn-pr/aspnetcore/implement-observability-cloud-native-app-with-opentelemetry/6-exercise-use-opentelemetry-data-cloud-native-application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Use OpenTelemetry data in a cloud-native application
44
metadata:
55
title: Exercise - Use OpenTelemetry data in a cloud-native application
66
description: "Exercise to add Prometheus, Grafana, Zipkin, and Application Insights to a cloud-native application to view telemetry data."
7-
ms.date: 12/20/2023
7+
ms.date: 05/27/2025
88
author: codemillmatt
99
ms.author: masoucou
1010
ms.topic: unit

learn-pr/aspnetcore/implement-observability-cloud-native-app-with-opentelemetry/7-exercise-extend-telemetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Extend telemetry in .NET 8
44
metadata:
55
title: Exercise - Extend telemetry in .NET 8
66
description: "Exercise to add a custom metric to a cloud-native application by using OpenTelemetry."
7-
ms.date: 12/20/2023
7+
ms.date: 05/27/2025
88
author: codemillmatt
99
ms.author: masoucou
1010
ms.topic: unit

learn-pr/aspnetcore/implement-observability-cloud-native-app-with-opentelemetry/8-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: Check your knowledge.
7-
ms.date: 12/20/2023
7+
ms.date: 05/27/2025
88
author: codemillmatt
99
ms.author: masoucou
1010
ms.topic: unit

learn-pr/aspnetcore/implement-observability-cloud-native-app-with-opentelemetry/9-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: Summary
7-
ms.date: 12/20/2023
7+
ms.date: 05/27/2025
88
author: codemillmatt
99
ms.author: masoucou
1010
ms.topic: unit

learn-pr/aspnetcore/implement-observability-cloud-native-app-with-opentelemetry/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Because of the distributed nature of cloud-native applications, they should be closely monitored to ensure they're healthy and that their behavior is fast and reliable. If problems develop, you need to know before users do. You can achieve observability by including a telemetry package such as OpenTelemetry.
1+
Because of the distributed nature of cloud-native applications, they should be closely monitored to ensure they're healthy, and their behavior is fast and reliable. If problems develop, you need to know before users do. You can achieve observability by including a telemetry package such as OpenTelemetry.
22

33
Imagine you work for an online outdoor clothing retailer that has a microservice-based web app it uses for stock management. While testing the cloud-native app, you're asked to ensure that its behavior can be monitored. You want to see how .NET supports observability.
44

0 commit comments

Comments
 (0)