Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 12DBF10D5F for ; Thu, 19 Feb 2015 14:28:46 +0000 (UTC) Received: (qmail 113 invoked by uid 500); 19 Feb 2015 14:28:36 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 99972 invoked by uid 500); 19 Feb 2015 14:28:36 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 99963 invoked by uid 99); 19 Feb 2015 14:28:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2015 14:28:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 19 Feb 2015 14:28:14 +0000 Received: (qmail 99847 invoked by uid 99); 19 Feb 2015 14:28:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2015 14:28:12 +0000 Date: Thu, 19 Feb 2015 14:28:11 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-1501) Integrate metrics library and report basic metrics to JobManager web interface MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FLINK-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14327502#comment-14327502 ] ASF GitHub Bot commented on FLINK-1501: --------------------------------------- GitHub user rmetzger opened a pull request: https://github.com/apache/flink/pull/421 [FLINK-1501] Add metrics library for monitoring TaskManagers Hey, I've spend some time exploring the [metrics](https://dropwizard.github.io/metrics/3.1.0/) library for improving the performance monitoring in Flink. This pull request is a first step into that direction. The primary objective is a clean integration of the JVM monitoring into our system. I spend probably 80% of the time in making the javascript frontend work. For that, I've used [rickshaw](https://github.com/shutterstock/rickshaw), a project also used by projects like Apache Ambari for creating nice graphs. Still, the visualization is not perfect and I would like to see incremental improvements there. The next step for me will be metrics for individual jobs. ![newmonitoring](https://cloud.githubusercontent.com/assets/89049/6268186/391731bc-b84b-11e4-8379-cbd5428651c4.png) You can merge this pull request into a Git repository by running: $ git pull https://github.com/rmetzger/flink flink1501 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/421.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 #421 ---- commit 13d17153ccb6adb84f74e72261223b61382f4371 Author: Robert Metzger Date: 2015-02-07T10:33:31Z [FLINK-1501] Add metrics library for monitoring TaskManagers ---- > Integrate metrics library and report basic metrics to JobManager web interface > ------------------------------------------------------------------------------ > > Key: FLINK-1501 > URL: https://issues.apache.org/jira/browse/FLINK-1501 > Project: Flink > Issue Type: Sub-task > Components: JobManager, TaskManager > Affects Versions: 0.9 > Reporter: Robert Metzger > Assignee: Robert Metzger > Fix For: pre-apache > > > As per mailing list, the library: https://github.com/dropwizard/metrics > The goal of this task is to get the basic infrastructure in place. > Subsequent issues will integrate more features into the system. -- This message was sent by Atlassian JIRA (v6.3.4#6332)