course
Instrumentation for OpenTelemetry JavaScript
Instrumentation for OpenTelemetry JavaScript
Instrumentation for OpenTelemetry JavaScript

About the Course

What am I going to learn in this course?

Do you want to learn about what's really going on inside of your systems? Maybe you want to do observability. Your systems can tell you what you need to know and when you need to know it, and Honeycomb is a tool that can show you those things. But the data from your system has to get to Honeycomb through something called instrumentation. 

The easiest way to get your application or system to send data to Honeycomb is through OpenTelemetry. This course will teach you how to instrument a JavaScript application with OTel so you can send your data to Honeycomb, find your data in Honeycomb, and learn what it means.

P.S. You don't need your own app to complete this course. We provide a dummy app with a service that needs to be instrumented!

How will I learn these things?

This course will teach you instrumentation in two ways: watching videos and completing hands-on activities with a sample application we provide. 

  • Videos will explain concepts and demonstrate procedures.
  • Labs and quizzes give you the opportunity to actually do it on your own with a sample application (or your own, if you'd like!) 

What do I need before taking this course to be successful?

  • An application where you have access to modify the source code. Click here for a sample application you can use for this course!
  • Node.js Version 14 (or newer)
  • Fluency in Node.js
  • A Honeycomb account and API key. Don't have one? Don't worry, we'll walk through creating one in this course.

***Note: This course uses the following OpenTelemetry Node SDK and instrumentations packages:

  • @opentelemetry/auto-instrumentations-node": "^0.43.0
  • @opentelemetry/sdk-node": "^0.49.1

As OpenTelemetry is updated there may be discrepancies in this course. Our team will update the course content as soon as we learn of these.

Are you using the sample app we shared?

To run the application correctly and to ensure you have the correct files, please follow the instructions located in the README. We walk through this in the course as well. Have no fear!

Course Categories

Instrumentation

Course Instructor

Diane Strain
Diane Strain
Course Progress
Not started
Enroll
Course Outline
  1. Prerequisites
    1. Make a Honeycomb Account & Get Your API Key
    2. Run the Sample Application
  2. Adding Automatic Instrumentation to a Node.js Service Using OpenTelemetry
    1. What is Automatic Instrumentation?
    2. Add Automatic Instrumentation to a Node.js Service
    3. View Your Trace Data in Honeycomb
    4. Lab: Automatic Instrumentation with Node.js
  3. Understanding Spans and Traces
    1. What are Spans?
    2. What are Traces?
    3. Quiz: Spans and Traces
    4. Context in OpenTelemetry
    5. Get and Set Context with Node.js
  4. Adding Resource & Span Attributes with Node.js
    1. What are Resource Attributes?
    2. Add Resource Attributes with Node.js
    3. View Your Resource Attributes in Honeycomb
    4. Lab: Add Resource Attributes with Node.js
    5. What are Span Attributes?
    6. Add Span Attributes with Node.js
    7. View Your Span Attributes in Honeycomb
    8. Lab: Add Span Attributes with Node.js
  5. Creating Custom Spans & Traces with Node.js
    1. Why Add Custom Spans to Current Traces?
    2. Create Custom Spans in a Current Trace with Node.js
    3. Add Attributes to New Custom Spans in Current Traces with Node.js
    4. Lab: Create Custom Spans in Current Traces with Node.js
    5. Why Create New Traces?
    6. Create New Traces with Node.js
    7. Lab: Create New Traces with Node.js
    8. Why Add Span Statuses?
    9. Add Span Statuses with Node.js
    10. Lab: Add Span Statuses with Node.js
  6. Creating Span Events with Node.js
    1. Why Create Span Events?
    2. Create Span Events with Node.js
    3. Lab: Create Span Events
  7. Summary: Instrumentation for OpenTelemetry JavaScript
    1. Summary: Instrumentation for OpenTelemetry JavaScript
course
Instrumentation for OpenTelemetry JavaScript
Instrumentation for OpenTelemetry JavaScript
Course Progress
Not started
Enroll

About the Course

What am I going to learn in this course?

Do you want to learn about what's really going on inside of your systems? Maybe you want to do observability. Your systems can tell you what you need to know and when you need to know it, and Honeycomb is a tool that can show you those things. But the data from your system has to get to Honeycomb through something called instrumentation. 

The easiest way to get your application or system to send data to Honeycomb is through OpenTelemetry. This course will teach you how to instrument a JavaScript application with OTel so you can send your data to Honeycomb, find your data in Honeycomb, and learn what it means.

P.S. You don't need your own app to complete this course. We provide a dummy app with a service that needs to be instrumented!

How will I learn these things?

This course will teach you instrumentation in two ways: watching videos and completing hands-on activities with a sample application we provide. 

  • Videos will explain concepts and demonstrate procedures.
  • Labs and quizzes give you the opportunity to actually do it on your own with a sample application (or your own, if you'd like!) 

What do I need before taking this course to be successful?

  • An application where you have access to modify the source code. Click here for a sample application you can use for this course!
  • Node.js Version 14 (or newer)
  • Fluency in Node.js
  • A Honeycomb account and API key. Don't have one? Don't worry, we'll walk through creating one in this course.

***Note: This course uses the following OpenTelemetry Node SDK and instrumentations packages:

  • @opentelemetry/auto-instrumentations-node": "^0.43.0
  • @opentelemetry/sdk-node": "^0.49.1

As OpenTelemetry is updated there may be discrepancies in this course. Our team will update the course content as soon as we learn of these.

Are you using the sample app we shared?

To run the application correctly and to ensure you have the correct files, please follow the instructions located in the README. We walk through this in the course as well. Have no fear!

Course Outline
  1. Prerequisites
    1. Make a Honeycomb Account & Get Your API Key
    2. Run the Sample Application
  2. Adding Automatic Instrumentation to a Node.js Service Using OpenTelemetry
    1. What is Automatic Instrumentation?
    2. Add Automatic Instrumentation to a Node.js Service
    3. View Your Trace Data in Honeycomb
    4. Lab: Automatic Instrumentation with Node.js
  3. Understanding Spans and Traces
    1. What are Spans?
    2. What are Traces?
    3. Quiz: Spans and Traces
    4. Context in OpenTelemetry
    5. Get and Set Context with Node.js
  4. Adding Resource & Span Attributes with Node.js
    1. What are Resource Attributes?
    2. Add Resource Attributes with Node.js
    3. View Your Resource Attributes in Honeycomb
    4. Lab: Add Resource Attributes with Node.js
    5. What are Span Attributes?
    6. Add Span Attributes with Node.js
    7. View Your Span Attributes in Honeycomb
    8. Lab: Add Span Attributes with Node.js
  5. Creating Custom Spans & Traces with Node.js
    1. Why Add Custom Spans to Current Traces?
    2. Create Custom Spans in a Current Trace with Node.js
    3. Add Attributes to New Custom Spans in Current Traces with Node.js
    4. Lab: Create Custom Spans in Current Traces with Node.js
    5. Why Create New Traces?
    6. Create New Traces with Node.js
    7. Lab: Create New Traces with Node.js
    8. Why Add Span Statuses?
    9. Add Span Statuses with Node.js
    10. Lab: Add Span Statuses with Node.js
  6. Creating Span Events with Node.js
    1. Why Create Span Events?
    2. Create Span Events with Node.js
    3. Lab: Create Span Events
  7. Summary: Instrumentation for OpenTelemetry JavaScript
    1. Summary: Instrumentation for OpenTelemetry JavaScript

Course Categories

Instrumentation

Course Instructor

Diane Strain
Diane Strain
Northpass logo Powered by Northpass