Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddes committed Oct 7, 2024
2 parents 20bb126 + 723e3de commit 8f43985
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 2 additions & 3 deletions tutorial/content/exercises/telemetry_pipelines/_index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
title: "Telemetry pipelines"
draft: true
hidden: true
draft: false
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.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Connector (optional)"
draft: true
hidden: true
weight: 2
---

Expand Down

0 comments on commit 8f43985

Please sign in to comment.