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:46:21 UTC

[ambari-metrics] branch master updated: Update README.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ffa5c96  Update README.md
ffa5c96 is described below

commit ffa5c966dfa865fae2c93f1f3497a4626bb8097b
Author: Siddharth <sw...@hortonworks.com>
AuthorDate: Tue Sep 25 13:46:17 2018 -0700

    Update README.md
---
 README.md | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index 7192fc7..fe2dd6e 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.