Skip to content

docs: Add tracing tutorial with Jaeger #3071

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

cijothomas
Copy link
Member

Trying to add few tutorial, starting with basic Tracing and Jaeger. If there is interest, I want to expand this to cover all signals and scenarios. This can be ported to opentelemetry.io/docs once we reach 1.0 stability for all signals.

@cijothomas cijothomas requested a review from a team as a code owner July 16, 2025 16:14
@cijothomas cijothomas requested a review from Copilot July 16, 2025 16:14
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a comprehensive tracing tutorial that demonstrates how to instrument a Rust application with OpenTelemetry and visualize traces using Jaeger. The tutorial serves as a foundational example for the broader goal of covering all OpenTelemetry signals.

  • Creates a complete example application showing OpenTelemetry tracing integration with OTLP exporter
  • Provides detailed documentation with step-by-step instructions for running Jaeger and viewing traces
  • Sets up project structure with appropriate dependencies for OpenTelemetry tracing

Reviewed Changes

Copilot reviewed 3 out of 6 changed files in this pull request and generated 2 comments.

File Description
examples/all-signals/src/main.rs Implements a demo application with parent/child spans, attributes, and events
examples/all-signals/README.md Comprehensive tutorial documentation with setup instructions and screenshots
examples/all-signals/Cargo.toml Project configuration with OpenTelemetry dependencies

Copy link

codecov bot commented Jul 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.1%. Comparing base (0e3511e) to head (0106789).

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #3071   +/-   ##
=====================================
  Coverage   80.1%   80.1%           
=====================================
  Files        126     126           
  Lines      21949   21949           
=====================================
  Hits       17603   17603           
  Misses      4346    4346           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant