-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix invalid links to Prometheus, API pages, and more #6235
Fix invalid links to Prometheus, API pages, and more #6235
Conversation
chalin
commented
Feb 6, 2025
- Contributes to [chore] Ensure that external link fragments are valid #6196
[Prometheus]: | ||
https://prometheus.io/docs/prometheus/latest/feature_flags/#otlp-receiver | ||
https://prometheus.io/docs/prometheus/2.55/feature_flags/#otlp-receiver |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes the link, but the fact that an OTLP-receiver entry no longer exists in the latest version of the docs is probably an indication that this prose needs to be updated (and/or the link to point to something else in the latest docs)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@open-telemetry/collector-approvers ☝️
[enable Prometheus' OTLP Receiver](https://prometheus.io/docs/prometheus/latest/feature_flags/#otlp-receiver) | ||
[enable Prometheus' OTLP Receiver](https://prometheus.io/docs/prometheus/2.55/feature_flags/#otlp-receiver) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@open-telemetry/collector-approvers ☝️
3942587
to
f966a51
Compare
7ce1cec
to
619c6dc
Compare
842b344
to
7bccc70
Compare
- [go.opentelemetry.io/collector/config/configauth/GRPCClientAuthenticator](https://pkg.go.dev/go.opentelemetry.io/collector/config/configauth#GRPCClientAuthenticator) | ||
- [go.opentelemetry.io/collector/config/configauth/HTTPClientAuthenticator](https://pkg.go.dev/go.opentelemetry.io/collector/config/configauth#HTTPClientAuthenticator) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These link targets no longer exists (the fragments are invalid), so I've reworked the prose and instead linked to the section headings introduced by https://github.com/open-telemetry/opentelemetry-collector/pull/12309/files (which hasn't been published yet, but the links are still valid -- the link fragments will be validated once 12309 is published.
- [Ecosystem](https://github.com/open-telemetry/opentelemetry-rust#ecosystem) | ||
- [Overview of crates](https://github.com/open-telemetry/opentelemetry-rust#overview-of-crates) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change was made via:
b46f635
to
5aa6e4e
Compare
5aa6e4e
to
870d252
Compare
870d252
to
7405889
Compare
Context of change: - open-telemetry/opentelemetry-rust#1581
7405889
to
f434ab9
Compare
All checks are green. Since this PR is for link fixes + some minor copyedits, I'm going to merge now with the approval we have. SIG feedback is still welcome. |