Package org.apache.storm.metric.api
Interface IMetricsRegistrant
- All Known Implementing Classes:
AutoTGT
public interface IMetricsRegistrant
Interface to allow registration of metrics.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerMetrics
(TopologyContext topoContext, Map<String, Object> topoConf)
-
Method Details
-
registerMetrics
-