Interface SinkContext
-
public interface SinkContextContext needed for an IMetricsSink to init.We distinguish config and context carefully: Config is populated from yaml file and would not be changed anymore, while context is populated in run-time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexportCountMetric(String metricName, long delta)StringgetCluster()StringgetEnvironment()StringgetMetricsMgrId()StringgetRole()StringgetSinkId()StringgetTopologyName()
-