Repository: ambari Updated Branches: refs/heads/trunk 8cd379081 -> 2e873b6c4
AMBARI-17724 : AMS Storm sink: Set metrics filter to reduce large amount of built-in Storm metrics (Jungtaek Lim via avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/70c3ef14 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/70c3ef14 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/70c3ef14 Branch: refs/heads/trunk Commit: 70c3ef14b609ad609cff026a635c47b03f90d556 Parents: 8cd3790 Author: Aravindan Vijayan <[email protected]> Authored: Wed Jul 20 10:47:21 2016 -0700 Committer: Aravindan Vijayan <[email protected]> Committed: Wed Jul 20 10:47:21 2016 -0700 ---------------------------------------------------------------------- .../AMBARI_METRICS/0.1.0/configuration/storm-site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/70c3ef14/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/storm-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/storm-site.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/storm-site.xml index b4350fc..280fc42 100644 --- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/storm-site.xml +++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/storm-site.xml @@ -37,7 +37,7 @@ </property> <property> <name>topology.metrics.consumer.register</name> - <value>[{"class": "org.apache.hadoop.metrics2.sink.storm.StormTimelineMetricsSink", "parallelism.hint": 1}]</value> + <value>[{"class": "org.apache.hadoop.metrics2.sink.storm.StormTimelineMetricsSink", "parallelism.hint": 1, "expandMapType": true, "metricNameSeparator": ".", "whitelist": ["kafkaOffset\\..+/", "__complete-latency", "__process-latency", "__receive\\.population$", "__sendqueue\\.population$", "__execute-count", "__emit-count", "__ack-count", "__fail-count", "memory/heap\\.usedBytes$", "memory/nonHeap\\.usedBytes$", "GC/.+\\.count$", "GC/.+\\.timeMs$"]}]</value> <description></description> <value-attributes> <overridable>false</overridable>
