This is an automated email from the ASF dual-hosted git repository.
avijayan pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.6 by this push:
new b55567c AMBARI-23174 : Add storm topology metric expressions for
custom downsampling config.
b55567c is described below
commit b55567c4411bf4257f3610e00ba92d20c7d4c039
Author: Aravindan Vijayan <[email protected]>
AuthorDate: Wed Mar 7 13:44:35 2018 -0800
AMBARI-23174 : Add storm topology metric expressions for custom
downsampling config.
---
.../common-services/AMBARI_METRICS/0.1.0/configuration/ams-site.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-site.xml
b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-site.xml
index bcbcabd..f991cf4 100644
---
a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-site.xml
+++
b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-site.xml
@@ -722,7 +722,7 @@
</property>
<property>
<name>timeline.metrics.downsampler.event.metric.patterns</name>
- <value></value>
+ <value>topology\.%</value>
<description>
Commas separated list of metric name regular expressions that are like
events. No interpolation will be done for such
metrics, and the downsampling SUM aggregators will sum the values across
time instead of averaging them out.
--
To stop receiving notification emails like this one, please contact
[email protected].