docs: update metrics and observations reference links#3071
Open
boleg-dev wants to merge 1 commit into
Open
Conversation
|
@boleg-dev is attempting to deploy a commit to the langfuse Team on Vercel. A member of the Team first needs to authorize it. |
|
|
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.
v2 api links are outdated. This PR updates deep links to current ones
Greptile Summary
This PR updates two stale API reference deep-links in the Langfuse docs, replacing the
observationsv2andmetricsv2URL tag fragments with their current counterparts (observationsandmetrics) so the callout boxes at the bottom of each page point to valid anchors in the API reference.observations-api.mdx(line 245): updates#tag/observationsv2/GET/api/public/v2/observations→#tag/observations/GET/api/public/v2/observations.metrics-api.mdx(line 79): updates#tag/metricsv2/GET/api/public/v2/metrics→#tag/metrics/GET/api/public/v2/metrics.observationsv2link on line 48 ofobservations-api.mdx(inside the upgrade-path paragraph) was not updated and still points to the broken anchor.Confidence Score: 4/5
Safe to merge after fixing the one missed link — both changed files are documentation only.
The PR correctly updates two callout-level links, but leaves a third stale
observationsv2URL on line 48 ofobservations-api.mdxuntouched. That link is in the body of the upgrade-path section and will continue to send users to a broken anchor until fixed.content/docs/api-and-data-platform/features/observations-api.mdx — the upgrade-path paragraph on line 48 still carries the old
observationsv2fragment.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[observations-api.mdx] -->|line 48 - MISSED| B["Old: #tag/observationsv2/GET/api/public/v2/observations"] A -->|line 245 - Updated| C["New: #tag/observations/GET/api/public/v2/observations"] D[metrics-api.mdx] -->|line 79 - Updated| E["New: #tag/metrics/GET/api/public/v2/metrics"] F["Old: #tag/metricsv2/GET/api/public/v2/metrics"] -->|replaced by| E B -->|should be replaced by| CPrompt To Fix All With AI
Reviews (1): Last reviewed commit: "docs: update metrics and observations re..." | Re-trigger Greptile