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 <ain0103@naver.com> * Update PR number in changelog Signed-off-by: hye-on <ain0103@naver.com> * Deprecate getTime field and add time field in GetStats for backward compatibility Signed-off-by: hye-on <ain0103@naver.com> * Add forRemoval flag to getTime field for future removal Signed-off-by: hye-on <ain0103@naver.com> * 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 <ain0103@naver.com> * 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 <ain0103@naver.com> * Fix formatting in GetStats.java Signed-off-by: hye-on <ain0103@naver.com> * Rename test file to better reflect test purpose Signed-off-by: hye-on <ain0103@naver.com> * Test Add skip version for stats API human filter test under 2.19.99 Signed-off-by: hye-on <ain0103@naver.com> * Remove unnecessary changelog entries Signed-off-by: hye-on <ain0103@naver.com> * Add a line for styling purposes Signed-off-by: hye-on <ain0103@naver.com> --------- Signed-off-by: hye-on <ain0103@naver.com> (cherry picked from commit fe1f0d8) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information