[
https://issues.apache.org/jira/browse/FLINK-4888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15598592#comment-15598592
]
ASF GitHub Bot commented on FLINK-4888:
---------------------------------------
GitHub user philippbussche opened a pull request:
https://github.com/apache/flink/pull/2683
[FLINK-4888][metrics] instantiated job manager metrics missing important
job statistics
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/philippbussche/flink FLINK-4888
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2683.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2683
----
commit 3d889ecb702a717884bdc7f238759aa5980e0471
Author: Philipp von dem Bussche <[email protected]>
Date: 2016-10-22T22:15:45Z
Added JobManager metrics numFailedJobs, numCancelledJobs, numFinishedJobs
----
> instantiated job manager metrics missing important job statistics
> ------------------------------------------------------------------
>
> Key: FLINK-4888
> URL: https://issues.apache.org/jira/browse/FLINK-4888
> Project: Flink
> Issue Type: Improvement
> Components: Metrics
> Affects Versions: 1.1.2
> Reporter: Philipp von dem Bussche
> Priority: Minor
>
> A jobmanager is currently (only) instantiated with the following metrics:
> taskSlotsAvailable, taskSlotsTotal, numRegisteredTaskManagers and
> numRunningJobs. Important other metrics would be numFailedJobs,
> numCancelledJobs and numFinishedJobs. Also to get parity between JobManager
> metrics and whats available via the REST API it would be good to have these.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)