docs: add Quick Start section with Docker command#7945
Merged
yurishkuro merged 1 commit intojaegertracing:mainfrom Feb 1, 2026
Merged
docs: add Quick Start section with Docker command#7945yurishkuro merged 1 commit intojaegertracing:mainfrom
yurishkuro merged 1 commit intojaegertracing:mainfrom
Conversation
- Add Quick Start section at the top of README for immediate visibility - Include Docker one-liner for running Jaeger all-in-one - Document commonly used ports (UI, OTLP gRPC/HTTP) - Link to full Getting Started guide for production deployments Signed-off-by: njg7194 <njg7194@users.noreply.github.com>
yurishkuro
approved these changes
Feb 1, 2026
|
Related Documentation No published documentation to review for changes on this repository. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7945 +/- ##
==========================================
- Coverage 95.57% 95.56% -0.02%
==========================================
Files 316 316
Lines 16726 16726
==========================================
- Hits 15986 15984 -2
- Misses 577 579 +2
Partials 163 163
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Metrics Comparison SummaryTotal changes across all snapshots: 0 Detailed changes per snapshotsummary_metrics_snapshot_cassandra📊 Metrics Diff SummaryTotal Changes: 0
summary_metrics_snapshot_cassandra📊 Metrics Diff SummaryTotal Changes: 0
summary_metrics_snapshot_cassandra📊 Metrics Diff SummaryTotal Changes: 0
summary_metrics_snapshot_cassandra📊 Metrics Diff SummaryTotal Changes: 0
|
Parship12
pushed a commit
to Parship12/jaeger
that referenced
this pull request
Feb 11, 2026
SoumyaRaikwar
pushed a commit
to SoumyaRaikwar/jaeger
that referenced
this pull request
Feb 13, 2026
OlegChumin
pushed a commit
to OlegChumin/jaeger
that referenced
this pull request
Feb 28, 2026
singhvibhanshu
pushed a commit
to singhvibhanshu/jaeger
that referenced
this pull request
Mar 18, 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.
What
Adds a Quick Start section to the README with a Docker one-liner command.
Why
The current README directs users to external documentation for getting started. Adding a Quick Start section directly in the README allows new users to:
This follows the pattern used by many popular CNCF projects (like Prometheus, Grafana) that include quick start commands in their READMEs.
Changes
Testing
Verified the Docker command works: