Skip to content

Commit

Permalink
Merge #116514
Browse files Browse the repository at this point in the history
116514: server: document point-in-time nature of tenant_ranges status endpoint r=mdlinville a=mdlinville

Fixes #99048 

Relates to [DOC-7271]

Co-authored-by: Matt Linville <[email protected]>
  • Loading branch information
craig[bot] and mdlinville committed Feb 7, 2024
2 parents 986afa0 + 3a1fbe1 commit bf84f8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/generated/http/full.md
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,7 @@ Tier represents one level of the locality hierarchy.
`GET /_status/tenant_ranges`

TenantRanges requests internal details about all range replicas within
the tenant's keyspace.
the tenant's keyspace at the time the request is processed.

Support status: [reserved](#support-status)

Expand Down
4 changes: 2 additions & 2 deletions pkg/server/serverpb/status.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ message ProblemRangesResponse {
];
repeated int64 circuit_breaker_error_range_ids = 10 [
(gogoproto.customname) = "CircuitBreakerErrorRangeIDs",
(gogoproto.casttype) =
(gogoproto.casttype) =
"github.com/cockroachdb/cockroach/pkg/roachpb.RangeID"
];
repeated int64 paused_replica_ids = 11 [
Expand Down Expand Up @@ -2199,7 +2199,7 @@ service Status {
}

// TenantRanges requests internal details about all range replicas within
// the tenant's keyspace.
// the tenant's keyspace at the time the request is processed.
rpc TenantRanges(TenantRangesRequest) returns (TenantRangesResponse) {
option (google.api.http) = {
get : "/_status/tenant_ranges"
Expand Down

0 comments on commit bf84f8d

Please sign in to comment.