Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Plüddemann committed Oct 6, 2024
1 parent 8cda46d commit f9da23e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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
2 changes: 1 addition & 1 deletion tutorial/content/exercises/telemetry_pipelines/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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 f9da23e

Please sign in to comment.