NovatecConsulting / opentelemetry-training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with OpenTelemetry

This repository offers a getting started guide for OpenTelemetry, the framework for vendor-neutral telemetry data collection.

How to use this repo

The exercise lab resides in a single Git repository, which contains everything needed to run it across various environments.

The tutorial is a static website that explains key concepts and guides you through the practical exercises. The hands-on exercises provide interactive experiences to help you grasp how to integrate OpenTelemetry into your applications. It's worth noting that these exercises focus on teaching concepts rather than replicating real-world deployment scenarios.

The repository utilizes VS Code Dev Containers to provide a consistent developer experience across platforms - local and remote.



Overview

Link to exercises

You can find the exercises/tutorial here: https://novatecconsulting.github.io/opentelemetry-training/

Running the lab locally

This will be the default for running this lab. All exercises are described according to this way of using the lab.

To run the lab on your local machine, you'll need to have Docker, VS Code, and the Dev Containers extension installed. When you open this repository with a locally installed VS Code instance, you'll see a prompt in the bottom right corner.

Prompt to open the repo inside a Dev container

Press Reopen in Container to allow VS Code to use the devcontainer.json specification to set up the IDE. If you missed the prompt hit Ctrl + Shift + P (on Mac Command + Shift + P) and type Dev Containers: Rebuild and Reopen in Container.

After that the devcontainer spec will pull all needed dependencies to build and run the devcontainer in which we will work on the lab content. This can take a bit, so be patient.

Open the terminal

When you run an application that exposes a port, VS Code will notify you that it is accessible. To open the application, just click Open in Browser or open your Browser manually and type the URL yourself.

Open the browser

When you missed the prompt you can see the open ports in the PORTS tab.

Where to find the forwarded ports

Running the lab remotely

To run the lab in a cloud-based development environment, you have two options: GitHub Codespaces or Gitpod.

To utilize either option, you'll need a personal GitHub account. In both cases, a VSCode Instance in your browser will be opened automatically and you are immediately ready to go.

Normally Codespaces and Gitpod should work in an almost identical way as a local devcontainer setup. However these platforms are subject to change and we can't keep the lab tested continously on all remote platforms.

Open in GitHub Codespaces Open in Gitpod

Differences between local and remote way of running the lab

Even though the experience with using a local or browser-based VS Code is fairly similar, one thing you need to take care of is the variation in hostnames and ports. In a local environment, you can use the combination of localhost and the corresponding port. In a remote environment, this will not work when trying to access endpoints via a browser.

This is the ports tab of a local VS Code environment:

VS Code ports

This is the ports tab of a GitHub Codespaces environment:

Codespaces ports

This is the ports tab of a GitHub Codespaces environment:

Gitpod ports

You can see that they look almost identical. In some cases, you might have to hover over the address to reveal a link.

Another difference can be the root path in your terminal and file browser of VS Code.

About

License:Other


Languages

Language:Python 46.3%Language:Java 23.0%Language:HTML 13.0%Language:Dockerfile 9.1%Language:CSS 6.7%Language:Nix 1.3%Language:Shell 0.6%