Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fix getTime field name to time in GetStats (#16894) Signed-off-by: hye-on <[email protected]> * Update PR number in changelog Signed-off-by: hye-on <[email protected]> * Deprecate getTime field and add time field in GetStats for backward compatibility Signed-off-by: hye-on <[email protected]> * Add forRemoval flag to getTime field for future removal Signed-off-by: hye-on <[email protected]> * Changed to use field instead of humanReadableField for GET_TIME in JSON response Replaced the use of builder.humanReadableField for the GET_TIME field with builder.field(Fields.GET_TIME, Objects.toString(getTime())). This prevents the duplication of the time_in_millis field. Signed-off-by: hye-on <[email protected]> * Add test to validate getTime and time fields in _stats API response getTime and time fields are verified to be included in the _stats API response and correctly aligned. Signed-off-by: hye-on <[email protected]> * Fix formatting in GetStats.java Signed-off-by: hye-on <[email protected]> * Rename test file to better reflect test purpose Signed-off-by: hye-on <[email protected]> * Test Add skip version for stats API human filter test under 2.19.99 Signed-off-by: hye-on <[email protected]> * Remove unnecessary changelog entries Signed-off-by: hye-on <[email protected]> * Add a line for styling purposes Signed-off-by: hye-on <[email protected]> --------- Signed-off-by: hye-on <[email protected]>
- Loading branch information