Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Paige Cruz' KubeCon workshop #179

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions presentations.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- name: OpenTelemetry 101: Let's Instrument!
description: |
Great observability begins with great instrumentation! Learn how to adopt OpenTelemetry by instrumenting a sample Python application with spans and metrics. Starting by exploring “out-of-the-box” automatic instrumentation then progressing to manually instrumenting where needed to add metadata. You’ll leave with an understanding of how telemetry travels from your application to the Collector and ready to bring OpenTelemetry to your project.
video: https://youtu.be/CB2nEcnBBcE
slides: https://o11y-workshops.gitlab.io/workshop-opentelemetry/
date: 2023-11-08
presenters:
- name: Paige Cruz
github: paigerduty
event:
name: KubeCon NA 2023
url: https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/program/schedule/
- name: Observability for You and Me with OpenTelemetry
description: |
Are you interested in dipping your toes in the cloud native observability waters, but as an engineer you are not sure where to get started with tracing your microservices and applications on Kubernetes? Then this is the session for you, where we take you on your first steps in an active open-source project that offers a buffet of opportunities for getting started with telemetry data. The project, openTelemetry (OTEL), is where we start with de-mystifying key concepts and terms such as observability, telemetry, instrumentation to lay a foundation. Then we’ll explore the OTEL community and how to become not only an end-user, but possibly a contributor.We will wrap up with an overview of the components in this project, such as the Collector, the OTEL protocol (OTLP), its APIs, and its SDKs. Attendees will leave with an understanding of key observability concepts in distributed tracing!
Expand Down
Loading