This is an automated email from the ASF dual-hosted git repository.
dmvk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from f3ab9626bf1 [FLINK-32199][rest] Remove redundant metrics in
TaskMetricStore after rescale down.
add 28c20ad70c7 [FLINK-31894][runtime] ExceptionHistory and REST API
failure label integration
No new revisions were added by this update.
Summary of changes:
.../shortcodes/generated/rest_v1_dispatcher.html | 21 ++++-
docs/static/generated/rest_v1_dispatcher.yml | 25 ++++++
.../src/test/resources/rest_api_v1.snapshot | 15 ++++
.../rest/handler/job/JobExceptionsHandler.java | 60 +++++++++++--
.../messages/JobExceptionsInfoWithHistory.java | 40 ++++++++-
.../messages/job/FailureLabelFilterParameter.java | 94 +++++++++++++++++++
.../job/JobExceptionsMessageParameters.java | 7 +-
.../rest/handler/job/JobExceptionsHandlerTest.java | 100 +++++++++++++++++++++
.../JobExceptionsInfoWithHistoryNoRootTest.java | 3 +
9 files changed, 347 insertions(+), 18 deletions(-)
create mode 100644
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/FailureLabelFilterParameter.java