docs(observability): extract multi-tenant tracing into its own page#487
Open
yucheng-berri wants to merge 1 commit into
Open
docs(observability): extract multi-tenant tracing into its own page#487yucheng-berri wants to merge 1 commit into
yucheng-berri wants to merge 1 commit into
Conversation
Move the multi-tenant destinations material off the OpenTelemetry v2 guide onto a dedicated page under Observability > OpenTelemetry > Multi-Tenant Tracing, with richer screenshots of the admin destination modal, the team admin picker, and the scoped views for team and org admins. Add the auto_enable vs manual-assignment matrix and the store_model_in_db config requirement. The main OTel v2 guide keeps a short pointer to the new page. Drop the two otel_v2_destination_* screenshots that are superseded by the new ones.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Extracts the multi-tenant trace destinations material out of the OpenTelemetry v2 guide onto a dedicated page: Observability, OpenTelemetry, Multi-Tenant Tracing. Reworks the story around a proxy admin who provisions destinations and a team admin who assigns them, with richer screenshots of the actual UI flow.
The OpenTelemetry v2 guide keeps a short pointer to the new page.
What changed
docs/observability/multi_tenant_tracing.mdis new. It covers:auto_enablevs manual assignment matrix, since these two independent controls are the biggest source of confusion. Includes the tooltip screenshot that appears in the destinations tablecredential_info.descriptionvalues that map to eachstore_model_in_dbrequirement undergeneral_settingsso destinations survive a restart, with a caveat that placing it underlitellm_settingsis silently ignoredOn
docs/observability/opentelemetry_v2.md, the old 126-line multi-tenant section shrinks to a two-line pointer. The twootel_v2_destination_*screenshots that used to live under it are removed (superseded by the new ones on the extracted page).Screenshots
Six screenshots on the new page, all cropped and secret-free:
Verification
Rendered locally with the Docusaurus dev server. Both the new page and the trimmed OpenTelemetry v2 guide compile clean, return 200, and every image reference resolves to a real file. The sidebar now shows Multi-Tenant Tracing under Observability, OpenTelemetry, sitting after the migration guide and the v2 and v1 pages.