forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server,inspectz: introduce v2 flow control inspectz service
Rename the existing `inspectz/(kvflowhandles|kvflowcontroller)` endpoint to `inspectz/v1/(kvflowhandles|kvflowcontroller)`, and introduce the v2 endpoint serving the same types, `inspectz/v2/(kvflowhandles|kvflowcontroller)`. Note that these endpoints are not used internally in any webpages or testing and are not relied upon. Internal tables call `KVFlowHandles(V1)` or `KVFlowController(V1)` directly to populate themselves. Part of: cockroachdb#128091 Release note: None
- Loading branch information
Showing
4 changed files
with
114 additions
and
42 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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