Skip to content

Comments

Fix dead benchmarks link in documentation#4238

Open
rohansood10 wants to merge 1 commit intoopen-telemetry:mainfrom
rohansood10:fix/4163-dead-benchmarks-link
Open

Fix dead benchmarks link in documentation#4238
rohansood10 wants to merge 1 commit intoopen-telemetry:mainfrom
rohansood10:fix/4163-dead-benchmarks-link

Conversation

@rohansood10
Copy link

Fixes #4163

The benchmarks page at https://open-telemetry.github.io/opentelemetry-python-contrib/benchmarks/index.html returns a 404. The entire GitHub Pages site appears to be down.

This updates docs/performance/benchmarks.rst to point users to the in-repo benchmark directories instead of the dead external link.

The benchmarks page on GitHub Pages no longer exists. Update the
documentation to point users to the in-repo benchmark directories
instead.

Fixes open-telemetry#4163

Signed-off-by: rohansood10 <rohansood10@users.noreply.github.com>
@rohansood10 rohansood10 marked this pull request as ready for review February 24, 2026 02:01
@rohansood10 rohansood10 requested a review from a team as a code owner February 24, 2026 02:01
Performance benchmarks for individual packages can be found within each package's directory
(e.g., ``propagator/opentelemetry-propagator-aws-xray/benchmarks/``).

To run benchmarks locally, install the package with its benchmark dependencies and use ``pytest --benchmark-only``.
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for catching this!

To reduce duplication, I suggest pointing to ## Benchmarks in Contributing.md

Results are also available now at https://opentelemetry.io/docs/languages/python/benchmarks/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Reviewed PRs that need fixes

Development

Successfully merging this pull request may close these issues.

Dead link on /performance/benchmarks.html

2 participants