2.25.1.0-b204
tagged this
17 Jan 21:55
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