[editorial] Link check is failing because of updated heading in semconv#4778
Merged
carlosalberto merged 3 commits intoopen-telemetry:mainfrom Dec 5, 2025
Merged
Conversation
Signed-off-by: Vitor Vasconcellos <vitor.vasconcellos@mercadolivre.com>
Member
Author
…tion Signed-off-by: Vitor Vasconcellos <vitor.vasconcellos@mercadolivre.com>
2 tasks
arminru
approved these changes
Dec 5, 2025
Member
Signed-off-by: Vitor Vasconcellos <vitor.vasconcellos@mercadolivre.com>
Member
Author
|
@arminru great! Updated it 😄 |
carlosalberto
approved these changes
Dec 5, 2025
1 task
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 13, 2026
### Changes References #4838 #### `specification/compatibility/opencensus.md` * Updates the URL to match the semconv v1.39 anchors at <https://opentelemetry.io/docs/specs/semconv/rpc/rpc-metrics/#metric-rpcservercallduration>. * Updates the metric name `rpc.server.duration` -> `rpc.server.call.duration`. * This was previously updated in #4778 and subsequently rolled back in #4790 to unbreak the build. #### `specification/trace/api.md` * Updates the URL for "Database Client Semantic Conventions" to match new path at <https://opentelemetry.io/docs/specs/semconv/db/database-spans/>. --- /cc @lmolkova @chalin --------- Signed-off-by: Vitor Vasconcellos <vitor.vasconcellos@mercadolivre.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.
Changes
The RPC section in the semantic-conventions repository has been updated and our link checker from the .io repo is failing during the workflows execution.
rpc.server.duration->rpc.server.call.duration./cc @open-telemetry/docs-approvers