[slides] Add OpenTelemetry distributed tracing slide#25515
Merged
Conversation
Add a new slide showcasing the observability.otlp frontmatter feature introduced in v0.67.0. The slide demonstrates the OTLP configuration syntax for exporting workflow spans to Honeycomb, Grafana Tempo, or Sentry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
pelikhan
approved these changes
Apr 9, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new slide to the deck documenting how to enable OpenTelemetry (OTLP) distributed tracing in gh aw workflows via observability.otlp.
Changes:
- Inserted an “OpenTelemetry Distributed Tracing” slide after “Monitoring & Optimization”
- Included a frontmatter example showing
observability.otlp.endpointandobservability.otlp.headersusage with GitHub Actions secrets
Show a summary per file
| File | Description |
|---|---|
docs/slides/index.md |
Adds a new slide illustrating OTLP tracing configuration and what it enables (span export + trace correlation). |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 0
This was referenced Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Slide Deck Updates
Changes Made
observability.otlpfrontmatter syntax for exporting workflow spans to OTLP-compatible backends (Honeycomb, Grafana Tempo, Sentry)Content Sources Reviewed
docs/src/content/docs/blog/2026-04-06-weekly-update.md— confirmedobservability.otlpshipped in v0.67.0pkg/workflow/observability_otlp.go— verified OTLP config structurepkg/workflow/frontmatter_types.go— verifiedObservabilityConfig/OTLPConfigtypesdocs/src/content/docs/reference/engines.md— confirmed engine list (Copilot, Claude, Codex, Gemini) still accuratedocs/src/content/docs/reference/safe-outputs.md— no slide changes neededdocs/src/content/docs/reference/network.md— network slide content still accurateLayout Issues Fixed
Focus Mode
Global sweep
Verification: Slide content verified against
pkg/workflow/frontmatter_types.go(OTLPConfig) and weekly update blog post confirming v0.67.0/v0.67.1 shipped this feature.