public abstract class DimensionTrackingMetricsScope extends Object implements IMetricsScope
METRICS_DIMENSIONS_ALL
Constructor and Description |
---|
DimensionTrackingMetricsScope() |
Modifier and Type | Method and Description |
---|---|
void |
addDimension(String name,
String value)
Adds a dimension that applies to all metrics in this IMetricsScope.
|
protected Set<com.amazonaws.services.cloudwatch.model.Dimension> |
getDimensions() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addData, addData, end
public void addDimension(String name, String value)
IMetricsScope
addDimension
in interface IMetricsScope
name
- dimension namevalue
- dimension valueprotected Set<com.amazonaws.services.cloudwatch.model.Dimension> getDimensions()
Copyright © 2017. All rights reserved.