You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2018/09/25 20:47:27 UTC

[ambari-metrics] branch trunk updated: Updated README.md

This is an automated email from the ASF dual-hosted git repository.

swagle pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari-metrics.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 061a18f  Updated README.md
061a18f is described below

commit 061a18fc33f4ab200befb28ac60c0ed8122368e0
Author: Siddharth <sw...@hortonworks.com>
AuthorDate: Tue Sep 25 13:47:23 2018 -0700

    Updated README.md
---
 README.md | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 7192fc7..f8158ca 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,17 @@
 # ambari-metrics
 Apache Ambari subproject - Ambari Metrics
 
-Ambari Metrics System ("AMS") is a system for collecting, aggregating, serving and visualizing daemon and system metrics in Ambari-managed clusters.
+**Ambari Metrics System** ("AMS") is a system for collecting, aggregating, serving and visualizing daemon and system metrics in Ambari-managed clusters.
 
 The original JIRA Epic for Ambari Metrics System can be found here: https://issues.apache.org/jira/browse/AMBARI-5707 
 First official release of AMS was with Ambari 2.0.0. With metrics repro split, the aim is to be able to release the sub-project with separate cadence than Amabri.
 
- ---------------------------------------------------------------------------------------------------------
-| Term                  | Definition                                                                      |
- ---------------------------------------------------------------------------------------------------------
-| Metrics Collector     | The standalone server that collects metrics, aggregates metrics, serves metrics |
-|                       | from the Hadoop service sinks and the Metrics Monitor.                          |
-| Metrics Monitor       | Installed on each host in the cluster to collect system-level metrics and       |
-|                       | forward to the Metrics Collector.                                               |
-| Metrics Hadoop Sinks  | Plug-ins into the various Hadoop components sinks to send Hadoop metrics to the |
-|                       | Metrics Collector.                                                              |
------------------------------------------------------------------------------------------------------------
+
+| Term | Definition |
+------ | -----------
+Metrics Collector | The standalone server that collects metrics, aggregates metrics, serves metrics from the Hadoop service sinks and the Metrics Monitor.
+Metrics Monitor | Installed on each host in the cluster to collect system-level metrics and forward to the Metrics Collector.        
+Metrics Hadoop Sinks  | Plug-ins into the various Hadoop components sinks to send Hadoop metrics to the Metrics Collector.                 
 
 The Metrics Collector is daemon that receives data from registered publishers (the Monitors and Sinks). 
 The Collector itself is build using Hadoop technologies such as HBase Phoenix and ATS. 
@@ -23,4 +19,3 @@ The Collector can store data on the local filesystem (referred to as "embedded m
 It is a fully distributed collection and aggregation system starting from 2.7.0
 
 Please refer to the wiki for more detailed info: https://cwiki.apache.org/confluence/display/AMBARI/Metrics
-