Describe OTLP destinations as organization-scoped - #272
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
archandatta
marked this pull request as ready for review
September 25, 2026 19:33
Sayan-
approved these changes
Sep 25, 2026
archandatta
deleted the
archand/kernel-1994/cli-destination-org-scope
branch
September 25, 2026 19:49
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
--namehelp ontelemetry destinations createandupdate, and thecreatelong description, from "unique within the project" to "unique within the organization"Why
Destinations moved from project scope to organization scope. The API now enforces name uniqueness per organization and returns
403to project-scoped credentials on create, update, and delete, but the CLI text still described the old per-project model.Text-only change. No flag names, defaults, or request shapes change.
Testing
make buildgo test ./cmd/...: all packages pass./bin/kernel telemetry destinations create --helpshows the updated text🤖 Generated with Claude Code
Note
Low Risk
Documentation and CLI help text only; no runtime or API client logic changes.
Overview
Updates user-facing docs so OTLP telemetry destinations match the organization-scoped API instead of the old per-project model.
The README Telemetry destinations section now states destinations belong to the org (usable from any project), that create/update/delete need org-scoped auth, and that project-scoped keys can still list, get, and select them. Create help text says destination names are unique within the organization.
Matching CLI help changes on
telemetry destinations createandupdate: thecreatelong description and--nameflag strings say organization uniqueness instead of project uniqueness. No flags, defaults, or request behavior change.Reviewed by Cursor Bugbot for commit 456deb2. Bugbot is set up for automated code reviews on this repo. Configure here.