- All Implemented Interfaces:
- IMetricsScope
- Direct Known Subclasses:
- EndingMetricsScope
public abstract class DimensionTrackingMetricsScope
extends java.lang.Object
implements IMetricsScope
DimensionTrackingMetricsScope is where we provide functionality for dimensions.
Dimensions allow the user to be able view their metrics based off of the parameters they specify.
The following examples show how to add dimensions if they would like to view their all metrics
pertaining to a particular stream or for a specific date.
myScope.addDimension("StreamName", "myStreamName");
myScope.addDimension("Date", "Dec012013");