From f9da23eddf3187d4a9b85545ffab4b09bd767192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pl=C3=BCddemann?= Date: Sun, 6 Oct 2024 20:04:52 +0200 Subject: [PATCH 1/4] fixed typo --- tutorial/content/exercises/instrumentation/manual/logs/index.md | 2 +- .../content/exercises/instrumentation/manual_java/logs/index.md | 2 +- tutorial/content/exercises/telemetry_pipelines/_index.md | 2 +- .../content/exercises/telemetry_pipelines/connector/_index.md | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tutorial/content/exercises/instrumentation/manual/logs/index.md b/tutorial/content/exercises/instrumentation/manual/logs/index.md index 39b3c0f..39f792d 100644 --- a/tutorial/content/exercises/instrumentation/manual/logs/index.md +++ b/tutorial/content/exercises/instrumentation/manual/logs/index.md @@ -66,7 +66,7 @@ The data model of OpenTelemetry logging is designed in such a way that existing ### Hands-on -Now let's start with some hand-on experience. The goal of this little demo-app is to show how to incorporate OpenTelemetry Logging into applications. To follow along the following steps, please open the course repository on the side and checkout to the tag `log-lab-initial`. The session will start from there. +Now let's start with some hand-on experience. The goal of this little demo-app is to show how to incorporate OpenTelemetry Logging into applications. To follow along the following steps, please open the course repository on the side and change the directory to `exercises/manual-instrumentation-logs/initial`. The session will start from there. The starting point is the same app that was used in the metrics and traces lab. diff --git a/tutorial/content/exercises/instrumentation/manual_java/logs/index.md b/tutorial/content/exercises/instrumentation/manual_java/logs/index.md index adb4400..fe825cb 100644 --- a/tutorial/content/exercises/instrumentation/manual_java/logs/index.md +++ b/tutorial/content/exercises/instrumentation/manual_java/logs/index.md @@ -67,7 +67,7 @@ The data model of OpenTelemetry logging is designed in such a way that existing ### Hands-on -Now let's start with some hand-on experience. The goal of this little demo-app is to show how to incorporate OpenTelemetry Logging into applications. To follow along the following steps, please open the course repository on the side and checkout to the tag `log-lab-initial`. The session will start from there. +Now let's start with some hand-on experience. The goal of this little demo-app is to show how to incorporate OpenTelemetry Logging into applications. To follow along the following steps, please open the course repository on the side and change the directory to `exercises/manual-instrumentation-logs/initial`. The session will start from there. The starting point is the same app that was used in the metrics and traces lab. diff --git a/tutorial/content/exercises/telemetry_pipelines/_index.md b/tutorial/content/exercises/telemetry_pipelines/_index.md index ad0584e..f8e58af 100644 --- a/tutorial/content/exercises/telemetry_pipelines/_index.md +++ b/tutorial/content/exercises/telemetry_pipelines/_index.md @@ -6,5 +6,5 @@ weight: 30 --- So far, we looked at how OpenTelemetry enables vendor-agnostic instrumentation. -Moreover, we explored some of the mechanism to correlate different telemetry signals. +Moreover, we explored some mechanism to correlate different telemetry signals. Leaving telemetry production aside, this chapter explores how to build telemetry pipelines *outside* the application. \ No newline at end of file diff --git a/tutorial/content/exercises/telemetry_pipelines/connector/_index.md b/tutorial/content/exercises/telemetry_pipelines/connector/_index.md index 12c775f..8d9f83e 100644 --- a/tutorial/content/exercises/telemetry_pipelines/connector/_index.md +++ b/tutorial/content/exercises/telemetry_pipelines/connector/_index.md @@ -1,6 +1,7 @@ --- title: "Connector (optional)" draft: true +hidden: true weight: 2 --- From 92b7dd9e752cf1a18df2d7ca12ca8efadff1054a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pl=C3=BCddemann?= Date: Sun, 6 Oct 2024 22:30:40 +0200 Subject: [PATCH 2/4] added collector --- tutorial/content/exercises/telemetry_pipelines/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/content/exercises/telemetry_pipelines/_index.md b/tutorial/content/exercises/telemetry_pipelines/_index.md index f8e58af..005866f 100644 --- a/tutorial/content/exercises/telemetry_pipelines/_index.md +++ b/tutorial/content/exercises/telemetry_pipelines/_index.md @@ -1,7 +1,7 @@ --- title: "Telemetry pipelines" draft: true -hidden: true +hidden: false weight: 30 --- From 9b6a5bf54a5b7c7d621af0e34095c4ec82047278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pl=C3=BCddemann?= Date: Sun, 6 Oct 2024 22:36:50 +0200 Subject: [PATCH 3/4] added collector --- tutorial/content/exercises/telemetry_pipelines/_index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/tutorial/content/exercises/telemetry_pipelines/_index.md b/tutorial/content/exercises/telemetry_pipelines/_index.md index 005866f..49c01c4 100644 --- a/tutorial/content/exercises/telemetry_pipelines/_index.md +++ b/tutorial/content/exercises/telemetry_pipelines/_index.md @@ -1,7 +1,6 @@ --- title: "Telemetry pipelines" draft: true -hidden: false weight: 30 --- From 723e3debd25787c5cf742cfa3f53926231bf1548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pl=C3=BCddemann?= Date: Sun, 6 Oct 2024 22:47:07 +0200 Subject: [PATCH 4/4] added collector --- tutorial/content/exercises/telemetry_pipelines/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/content/exercises/telemetry_pipelines/_index.md b/tutorial/content/exercises/telemetry_pipelines/_index.md index 49c01c4..87050f8 100644 --- a/tutorial/content/exercises/telemetry_pipelines/_index.md +++ b/tutorial/content/exercises/telemetry_pipelines/_index.md @@ -1,6 +1,6 @@ --- title: "Telemetry pipelines" -draft: true +draft: false weight: 30 ---