Interface Metric.Context

Enclosing interface:
Metric

public static interface Metric.Context
Declares the interface for the arbitrary context object to pass to both the Metric.set(String, Number, Context) and Metric.add(String, Number, Context) methods. This is intentionally empty so that implementations can vary.