Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
(Work in progress)

 

Ambari Metrics System ("AMS") is a system for collecting, aggregating and serving Hadoop and system metrics in Ambari-managed clusters.

...

Following image depicts the high level conceptual architecture of the new Ambari Metrics System:

Image RemovedImage Added

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. The Collector can store data on the local filesystem (referred to as "embedded mode") or use an external HDFS (referred to as "distributed mode").

Info

The entire System can be installed and managed by Ambari. The Service Definition can be found here:

https://github.com/apache/ambari/tree/trunk/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0

Learn More

Browse the following to learn more about the Ambari Metrics REST API specification and about advanced Configuration of AMS.

...