Using the Ecosystem Manager Monitor to Report on Third Party Metrics - 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

You can create your own metric collectors that the Monitor service executes and reports the results to the Ecosystem Manager server. To create a metric collector, you need to create a class that implements the com.teradata.tmsm.da.monitor.components.Monitor interface using two methods: collectStats and getStat. The execution environment of the metric collector first invokes the collectStats method, followed by an iterated loop of calls to getStat for each child metric specified under the metricCollector element.