Welcome to the OpenTelemetry Workshop! This workshop is designed to help you get started with observability using OpenTelemetry across various services.
Before we begin, please ensure you have completed the following steps:
GitHub is a platform for hosting and sharing code. You'll need an account to participate in this workshop.
- Go to https://github.com/
- Click on the Sign up button (top right).
- Follow the prompts to:
- Enter your email address
- Choose a username
- Set a password
- Verify your email
- Choose the free plan (unless you have access to a paid plan).
Once signed up, log in to your account.
You need your own copy of the repository to work on during the workshop.
-
Visit the official workshop repository:
👉 https://github.com/Hemangii/opentelemetry-workshop -
GitHub will create a copy of the repository under your account. You will be redirected to:
https://github.com/<your-username>/opentelemetry-workshopExample: If your username is
alexdev, your forked repo will be:
https://github.com/alexdev/opentelemetry-workshop
We’ll use GitHub Codespaces so you don’t need to install anything locally. It gives you a full development environment in the browser.
Important: Codespaces is available for free on GitHub Free for individual accounts, with some usage limits. Make sure you’re signed into GitHub.
-
Go to your forked repository (e.g.,
https://github.com/<your-username>/opentelemetry-workshop) -
Select the Codespaces tab
-
Click “Create codespace on main”
-
Wait a minute or two while the environment sets up (this may take a bit the first time).
Once it's ready, you’ll have a full VS Code-like environment in your browser with all the project files pre-loaded.
If you run into issues:
- Ensure you have a GitHub account and are logged in
- Make sure you forked the repository first
- Refresh the page if Codespaces fails to load
- Ask a workshop mentor for assistance
- And if you’re still stuck—no worries! We’ll figure it out together during the workshop. 💡✨
Once your Codespace is open, wait for the instructor to walk you through the next steps.
Let’s build some observable systems together — no installs, no stress! 🚀


