Reporter - Teradata Ecosystem Manager

Teradata® Ecosystem Manager API Reference

Product
Teradata Ecosystem Manager
Release Number
16.20
Published
December 2020
Language
English (United States)
Last Update
2020-12-23
dita:mapPath
loa1512743917841.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3204
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.