Package com.yahoo.jdisc
Interface Metric.Context
-
- Enclosing interface:
- Metric
public static interface Metric.Context
Declares the interface for the arbitrary context object to pass to both theMetric.set(String, Number, Context)
andMetric.add(String, Number, Context)
methods. This is intentionally empty so that implementations can vary.