Package com.tick42.glue.core.metrics
Interface Metrics
public interface Metrics
Metrics API
allows publishing metrics to the metrics domain
- Since:
- 1.4.14
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfeatureMetric(String feature, String action, String payload) Publishes a feature-action-value metric.
-
Method Details
-
featureMetric
Publishes a feature-action-value metric.- Parameters:
feature- the main feature you want to gather information about, must not benullaction- the specific action you want to track, must not benullpayload- the value you are interested in- Returns:
- a stage that will complete when metrics message is sent to gateway, never
null
-