Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 83EBD200C16 for ; Thu, 9 Feb 2017 09:36:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8282F160B50; Thu, 9 Feb 2017 08:36:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C2723160B4C for ; Thu, 9 Feb 2017 09:36:08 +0100 (CET) Received: (qmail 31448 invoked by uid 500); 9 Feb 2017 08:36:08 -0000 Mailing-List: contact issues-help@eagle.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@eagle.apache.org Delivered-To: mailing list issues@eagle.apache.org Received: (qmail 31439 invoked by uid 99); 9 Feb 2017 08:36:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2017 08:36:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CDBCFDFB0E; Thu, 9 Feb 2017 08:36:07 +0000 (UTC) From: r7raul1984 To: issues@eagle.apache.org Reply-To: issues@eagle.apache.org References: In-Reply-To: Subject: [GitHub] eagle pull request #797: [EAGLE-866] Refactor HBase JMX Metric with appropri... Content-Type: text/plain Message-Id: <20170209083607.CDBCFDFB0E@git1-us-west.apache.org> Date: Thu, 9 Feb 2017 08:36:07 +0000 (UTC) archived-at: Thu, 09 Feb 2017 08:36:09 -0000 Github user r7raul1984 commented on a diff in the pull request: https://github.com/apache/eagle/pull/797#discussion_r100252845 --- Diff: eagle-hadoop-metric/src/main/webapp/app/apps/hadoop_metric/index.js --- @@ -23,35 +23,35 @@ var hadoopMetricApp = register(['ngRoute', 'ngAnimate', 'ui.router', 'eagle.service']); hadoopMetricApp.route("HadoopMetric", { - url: "/hadoopMetric?startTime&endTime", + url: "/Service/HBase/overview?startTime&endTime", --- End diff -- I think "/Service/HBase/overview" should be "/Services/HBase/overview" --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---