Apache Ambari Metrics is a sub project of Apache Ambari.

Clone this repo:
  1. b1ac7d7 AMBARI-26492: Drop ambari-metrics-flume-sink (#165) by Jhen-Yung Hsu · 4 weeks ago master
  2. 81fed6a AMBARI-26324: Upgrade Grafana to latest 11.5.2 to resolve CVEs (#141) by Sandeep Kumar · 7 weeks ago
  3. 2bcc005 AMBARI-26450: Update ambari-metrics jetty version to 9.4.57 (#162) by Wei-Chiu Chuang · 7 weeks ago
  4. 741f529 AMBARI-26483: Enable ARM64 RPM for Ambari Metrics. (#154) by Wei-Chiu Chuang · 7 weeks ago
  5. 3a7249d AMBARI-26488:Bump jettison from 1.1 to 1.5.4 in /ambari-metrics-timelineservice (#160) by rich7420 · 8 weeks ago

Apache Ambari Metrics

Apache Ambari subproject

Build Status license

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 Ambari.

TermDefinition
Metrics CollectorThe standalone server that collects metrics, aggregates metrics, serves metrics from the Hadoop service sinks and the Metrics Monitor.
Metrics MonitorInstalled on each host in the cluster to collect system-level metrics and forward to the Metrics Collector.
Metrics Hadoop SinksPlug-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. The Collector can store data on the local filesystem (referred to as “embedded mode”) or use an external HDFS (referred to as “distributed mode”). 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