Fix broken link in Prometheus exporter README. Fixes #4399#4485
Merged
xrmx merged 12 commits intoopen-telemetry:mainfrom Jul 22, 2025
Merged
Fix broken link in Prometheus exporter README. Fixes #4399#4485xrmx merged 12 commits intoopen-telemetry:mainfrom
xrmx merged 12 commits intoopen-telemetry:mainfrom
Conversation
emdneto
reviewed
Mar 18, 2025
Member
emdneto
left a comment
There was a problem hiding this comment.
I think we are still missing the prometheus-exporter docs published on the opentelemetry-python readthedocs
8f1efc4 to
e392725
Compare
df0832f to
3e12137
Compare
Contributor
Author
Could you please take a look now @emdneto |
…tation. Fixes open-telemetry#4399 Signed-off-by: Yogi Suthari <yrsuthari@gmail.com>
3e12137 to
ba0885b
Compare
emdneto
reviewed
Mar 25, 2025
emdneto
reviewed
Mar 25, 2025
emdneto
reviewed
Mar 25, 2025
Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
xrmx
reviewed
Mar 26, 2025
xrmx
approved these changes
Mar 26, 2025
xrmx
reviewed
Mar 26, 2025
xrmx
reviewed
Mar 26, 2025
xrmx
reviewed
Mar 26, 2025
emdneto
reviewed
Apr 8, 2025
Member
emdneto
left a comment
There was a problem hiding this comment.
LGTM when docs CI gets fixed. I think it's just a matter of adding the prometheus_client dependency in tox
emdneto
approved these changes
Jul 21, 2025
JWinermaSplunk
pushed a commit
to JWinermaSplunk/opentelemetry-python
that referenced
this pull request
Feb 17, 2026
(open-telemetry#4485) * Fix broken link in Prometheus exporter README and add missing documentation. Fixes open-telemetry#4399 Signed-off-by: Yogi Suthari <yrsuthari@gmail.com> * Update docs/exporter/prometheus/prometheus.rst Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com> * Apply suggestions from code review * Update CHANGELOG.md * Update CHANGELOG.md * Update docs/exporter/prometheus/prometheus.rst * Update docs-requirements.txt --------- Signed-off-by: Yogi Suthari <yrsuthari@gmail.com> Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com> Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
JWinermaSplunk
pushed a commit
to JWinermaSplunk/opentelemetry-python
that referenced
this pull request
Feb 17, 2026
(open-telemetry#4485) * Fix broken link in Prometheus exporter README and add missing documentation. Fixes open-telemetry#4399 Signed-off-by: Yogi Suthari <yrsuthari@gmail.com> * Update docs/exporter/prometheus/prometheus.rst Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com> * Apply suggestions from code review * Update CHANGELOG.md * Update CHANGELOG.md * Update docs/exporter/prometheus/prometheus.rst * Update docs-requirements.txt --------- Signed-off-by: Yogi Suthari <yrsuthari@gmail.com> Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com> Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
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.
Description
This PR fixes the broken link in the Prometheus exporter README.rst by updating it to point to the current documentation location on opentelemetry.io.
The old link pointed to a non-existent page on readthedocs:
https://opentelemetry-python.readthedocs.io/en/latest/exporter/prometheus/prometheus.html
The new link points to the current documentation:
https://opentelemetry.io/docs/instrumentation/python/exporters/#prometheus
Fixes #4399
Type of change
How Has This Been Tested?
Does This PR Require a Contrib Repo Change?
Checklist: