Loading…
May 21-22, 2026
Learn more and Register to Attend

The Sched app allows you to build your schedule, but is not a substitute for your event registration. You must be registered for Observability Summit North America 2026.

Please note: This schedule is automatically displayed in Central Daylight Time (UTC -5). To see the schedule in your preferred timezone, select from the drop-down menu located at the bottom of the menu to the right.

The schedule is subject to change.
Type: CNCF Observability Projects clear filter
Thursday, May 21
 

10:20am CDT

The Invisible Tax: How Data Format Conversions Drive up Telemetry Pipeline Costs - Cijo Thomas & Joshua MacDonald, Microsoft
Thursday May 21, 2026 10:20am - 10:45am CDT
Telemetry signals traverse long pipelines before reaching observability backends. While enrichment, filtering, and redaction provide clear value, significant compute cost often comes from repeated conversion through different data formats.
Telemetry commonly flows through SDK formats, wire protocols, collector‑internal formats, and backend ingestion schemas. Each boundary introduces marshaling, unmarshalling and copying. These transformations add no new information, yet consume CPU and memory and scale linearly with volume—creating a hidden "transform tax" that compounds dramatically at terabyte scale.
This talk will share results from measuring instrumented OpenTelemetry SDK and Collector pipelines. We quantify compute spent on pure format conversion versus value‑generating processing and show how these costs grow with scale.
Attendees will learn about conversion costs and strategies to reduce waste: eliminating unnecessary translations, aligning pipeline representations, leveraging zero‑copy techniques, and minimizing transformation hops between pipeline stages. We also examine Apache Arrow‑based representations as one approach to reducing this overhead.
Speakers
avatar for Cijo Thomas

Cijo Thomas

Principal Software Engineer, Microsoft
Cijo is a Software Engineer at Microsoft specializing in Observability. He has been deeply involved with the OpenTelemetry project since its inception and is a core maintainer for the OpenTelemetry .NET and OpenTelemetry Rust implementations. His expertise extends beyond OpenTelemetry... Read More →
avatar for Joshua MacDonald

Joshua MacDonald

Principal Software Engineer, Microsoft
Joshua MacDonald is an OpenTelemetry contributor working in the observability industry. On the side, he writes open-source telemetry software and operates a community water system.
Thursday May 21, 2026 10:20am - 10:45am CDT
Level One | Ballroom A
  CNCF Observability Projects

1:55pm CDT

Policy as Code Meets OpenTelemetry: The Next Frontier of Observability - Christopher Voisey, EnforceAuth
Thursday May 21, 2026 1:55pm - 2:20pm CDT
Modern observability stacks excel at capturing signals about infrastructure health, application performance, and request flows. Yet one critical class of decisions remains largely invisible: authorization.
In distributed systems, authorization decisions increasingly determine not only whether an action succeeds, but if data is accessed, tools are invoked, or automated agents are allowed to act. These decisions are often evaluated outside application code using Policy as Code frameworks, yet their outcomes are rarely observable in a structured, privacy preserving way.
In this session, we explore how Policy as Code, Open Policy Agent, and the OpenTelemetry project can be combined to treat authorization decisions as observable events. We examine what it means to observe a decision without logging sensitive inputs, how decision structure differs from traditional metrics and traces, and why decision level observability is becoming essential in cloud native and AI driven systems.
Attendees will leave with a conceptual framework for thinking about authorization as telemetry, and a clearer understanding of where observability is heading as systems become more autonomous and policy driven.
Speakers
avatar for Christopher Voisey

Christopher Voisey

Field CTO, EnforceAuth
Chris is a technology leader with 20+ years of experience designing and delivering secure, cloud-native systems. He has led engineering and solutions teams across startups and enterprises, helping organizations adopt policy-as-code, zero-trust architectures, and modern observability... Read More →
Thursday May 21, 2026 1:55pm - 2:20pm CDT
Level One | Ballroom B
  CNCF Observability Projects
 
Friday, May 22
 

11:20am CDT

[CANCELLATION] AI Training in Emerging Economies: Building Africa's Largest LLM From the Ground Up - Okikiola Oliyide, Awarri
Friday May 22, 2026 11:20am - 11:45am CDT
N-ATLaS is a multilingual African-language LLM we took from research to production on Kubernetes. This talk shows the end-to-end path we used to make it reproducible, observable, and affordable: data + finetune pipelines (artifacts, seeds, checkpoints), Argo-orchestrated training on mixed GPU pools, and a serving stack with Triton + KServe tuned for real traffic. I’ll walk through SRE guardrails that mattered for N-ATLaS (SLOs, golden signals, error budgets), supply-chain hygiene (image signing, provenance, model versioning), and the levers that cut cost-per-token while improving latency and uptime under pre-emptions. We’ll cover autoscaling, caching, model rollout strategies, and incident playbooks plus what we’d change after thousands of downloads and weeks of live usage. Expect hard-learned patterns, YAML you can run, and a plain-English checklist you can lift into your own cluster; whether you’re serving English or a low-resource language model.
Speakers
avatar for work okiki

work okiki

Lead DevOps Engineer, Awarri
Okikiola Oliyide is Lead Cloud DevOps Engineer at Awarri Technology, where he designs and operates large-scale Kubernetes platforms powering Africa’s largest LLM initiative. With 5+ years across AWS, GCP, and on-prem, he specialises in CI/CD, observability, and cost-efficient GPU... Read More →
Friday May 22, 2026 11:20am - 11:45am CDT
Level One | Ballroom A
  CNCF Observability Projects

1:25pm CDT

eBPF Application Instrumentation for Java: Challenges, Design, and Real-World Examples - Endre Sara, Causely, Inc & Stephen Lang, Grafana Labs
Friday May 22, 2026 1:25pm - 1:50pm CDT
Java is one of the most widely used languages for enterprise applications. Frameworks such as Spring Boot and Quarkus make observability straightforward when the OpenTelemetry Java agent can be injected.

In many production environments, however, modifying application code or JVM startup parameters is not possible. In these cases, eBPF-based instrumentation enables observability without code changes, but applying eBPF to Java is challenging. JVM abstraction layers, differences across JDK versions, and the diversity of frameworks and libraries complicate generic instrumentation. The problem becomes even harder when applications rely on TLS-encrypted communication such as HTTPS, gRPC, databases, and messaging systems, where payloads are opaque.

This talk explains how the OpenTelemetry eBPF Instrumentation (OBI) project addresses these challenges, covering key design decisions, trade-offs, and current limitations. The discussion is grounded in real-world examples, including Spring Boot services using HTTPS and gRPC, and a Quarkus application with TLS-encrypted PostgreSQL and Kafka, showing what is possible today with agentless Java observability using eBPF.
Speakers
avatar for Stephen Lang

Stephen Lang

Staff Software Engineer, Grafana Labs
Stephen is a Staff Software Engineer on Grafana's Beyla team and an approver for the OpenTelemetry eBPF Instrumentation (OBI) project.
avatar for Endre Sara

Endre Sara

Co-Founder, Causely, Inc
Endre is a Co-Founder of Causely, where he’s building the IT industry’s first causal reasoning. Previously, Endre was VP of Advanced Engineering at Turbonomic. Prior to Turbonomic, Endre was a VP at Goldman Sachs. Endre holds an M.E. in Electrical Engineering from the Technical... Read More →
Friday May 22, 2026 1:25pm - 1:50pm CDT
Level One | Ballroom B
  CNCF Observability Projects

3:40pm CDT

Devs, Transform (Your Data) and Roll Out!: Learning and Leveraging OTTL - Reese Lee, New Relic
Friday May 22, 2026 3:40pm - 4:05pm CDT
The OpenTelemetry Collector has emerged as one of the project’s most critical pieces for ingesting and processing your app and infrastructure data, but did you know there’s even more you can do with your data before it reaches your backend?

Enter OTTL, or OpenTelemetry Transformation Language, a domain-specific language that can interact with and modify OTel data. Yes, the Collector already comes with dozens of components that can handle a wide range of data processing, BUT using OTTL in conjunction with the components enables even more powerful data manipulation.

In this session, learn about the benefits of OTTL, when to use it, and how to get started with OTTL. Get ready to explore:
* What OTTL is: A breakdown of the syntax and the underlying architecture within the OTel Collector.
* Why it’s useful: practical strategies for cost reduction (filtering noise), compliance (redacting PII), and standardization (normalizing attributes).
* How to use it: A live walkthrough of writing complex transformation statements for the transform and filter processors.
Speakers
avatar for Reese Lee

Reese Lee

Senior Developer Relations Engineer, New Relic
Reese Lee is a Senior Developer Relations Engineer at New Relic focusing on technical enablement via workshops, blog posts, documentation, and more. She is a Maintainer of the OpenTelemetry End User SIG, where she enjoys learning about interesting use cases and the different ways... Read More →
Friday May 22, 2026 3:40pm - 4:05pm CDT
Level One | Ballroom A
  CNCF Observability Projects
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Content Experience Level
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.