-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PLAT-16425] Option to show experimental GFlags with list_flags API
Summary: Add an option to show experimental GFlags with the list_flags API Test Plan: Ran list_gflags with and without the new showExperimental flags set to true and false curl "http://10.150.1.8:9000/api/v1/metadata/version/2.20.7.0-b58/list_gflags?server=TSERVER&showExperimental=false" --header 'X-AUTH-YW-API-TOKEN:3.a9190fe6-1067-409f-95cf-dbd96893c9c9.4c51b7de-7f45-46a1-b77f-e63ec1466a9a' | jq | grep -i experimental No Experimental gflags shown curl "http://10.150.1.8:9000/api/v1/metadata/version/2.20.7.0-b58/list_gflags?server=TSERVER&showExperimental=true" --header 'X-AUTH-YW-API-TO KEN:3.a9190fe6-1067-409f-95cf-dbd96893c9c9.4c51b7de-7f45-46a1-b77f-e63ec1466a9a' | jq | grep -i experimental "tags": "experimental" "tags": "experimental" "tags": "experimental,runtime" "tags": "experimental,runtime" "tags": "experimental,runtime" "tags": "experimental" "tags": "experimental,runtime" Reviewers: daniel, vbansal, sneelakantan, #yba-api-review Reviewed By: daniel, sneelakantan, #yba-api-review Subscribers: yugaware Differential Revision: https://phorge.dev.yugabyte.com/D41306
- Loading branch information
Nikhil Bhatia
committed
Jan 17, 2025
1 parent
d65a7c6
commit 3f14d3a
Showing
5 changed files
with
36 additions
and
7 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
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