[docs] Update documentation for features from 2026-04-25#28428
Closed
github-actions[bot] wants to merge 1 commit intomainfrom
Closed
[docs] Update documentation for features from 2026-04-25#28428github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
- Add Kreuzberg document intelligence MCP server as a dedicated row in the shared MCP configurations table in mcps.md (#28392) - Update the observability glossary entry to mention github.workflow_ref as a resource attribute on all OTel spans, enabling workflow filtering in multi-workflow repositories (#28358) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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.
Documentation Updates - 2026-04-25
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
github.workflow_refOTel resource attribute on all workflow spans (from feat(otel): addgithub.workflow_refresource attribute to all OTel spans #28358)📝 Detailed Changes & References
Changes Made
docs/src/content/docs/guides/mcps.mdto add Kreuzberg as a dedicated row in the shared MCP configurations table. Kreuzberg supports document intelligence for 97+ file formats (PDF, DOCX, images via Tesseract OCR, legacy Office via LibreOffice) and requires no API key.docs/src/content/docs/reference/glossary.mdto note that all OTel spans include agithub.workflow_refresource attribute (e.g.owner/repo/.github/workflows/my-workflow.yml@refs/heads/main), which uniquely identifies the workflow file for filtering in multi-workflow repositories.Merged PRs Referenced
github.workflow_refresource attribute to all OTel spans #28358 - feat(otel): addgithub.workflow_refresource attribute to all OTel spansAlready-Documented PRs (no action needed)
check-branch-protectionoption topush-to-pull-request-branch#28365 -check-branch-protectionoption already documented insafe-outputs-pull-requests.md\{\\{\#import}}deprecation already documented inimports.mdandtemplating.mdpush-to-pull-request-branchsetup already documented insafe-outputs-pull-requests.mdandcross-repository.mdSkipped Issues
No open
documentation-labeled issues were actionable in this run.Notes
The
github.workflow_refattribute is set automatically on all OTel spans — no user configuration needed. The glossary update helps users know they can filter spans by workflow file path in their OTel backend when they have multiple workflows in the same repo.