Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 3.2 KB

File metadata and controls

44 lines (36 loc) · 3.2 KB

Introduction to OpenTelemetry with Python

OpenTelemetry (OTel) is a vendor-neutral, open-source framework for observability designed to be compatible with any backend system. It offers standardized APIs, libraries, and tools for gathering telemetry data, including metrics, logs, and traces. This presentation serves as an introduction to using OpenTelemetry with Python.

Examples

This repository contains examples for Django, Flask, and running an OTel Collector. Each folder contains a README file with directions for getting started with the examples.

Slides

You can find slides to accompany this talk in the folder of this repository entitled slides.

Resources

Tutorials by me on this topic

General resources

Elastic resources

Other talks

Other