Reporter - Teradata Ecosystem Manager

Teradata Ecosystem Manager Event System API Reference

Product
Teradata Ecosystem Manager
Release Number
15.11
Published
May 2016
Language
English (United States)
Last Update
2018-05-03
dita:mapPath
nxw1467305977314.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3204
lifecycle
previous
Product Category
Analytical Ecosystem

This is the mechanism that the Ecosystem Manager Monitor uses to report information gathered from the metricCollector. There must be at least one reporter per metricCollector. Additional reporters can be specified by adding another <reporter> element as a direct child of the metricCollector element. The class attribute must contain the absolute name of a Java class that implements the com.teradata.tmsm.da.monitor.reporter.Publisher interface. Only the publish method is defined in the interface and is called after the metric collector runs on all defined metric elements. Two parallel in-order lists denoting the resource types and values are passed as parameters to the publish method invoked by the runtime. Define additional reporters carefully as increased execution time can cause the metric collector to miss scheduler deadlines for future executions.