- DEF_DIM_NAME_TYPE - Static variable in class com.blacklocus.metrics.Constants
-
Default Dimension.name for the type of metric submission, e.g.
- DEF_DIM_VAL_COUNTER_COUNT - Static variable in class com.blacklocus.metrics.CloudWatchReporter
-
- DEF_DIM_VAL_COUNTER_COUNT - Static variable in class com.blacklocus.metrics.Constants
-
Counter.getCount() returns the total of the values put in the counter.
- DEF_DIM_VAL_GAUGE - Static variable in class com.blacklocus.metrics.Constants
-
Default Dimension.value for the metric type dimension added to all gauge metrics.
- DEF_DIM_VAL_HISTO_SAMPLES - Static variable in class com.blacklocus.metrics.CloudWatchReporter
-
- DEF_DIM_VAL_HISTO_SAMPLES - Static variable in class com.blacklocus.metrics.Constants
-
Histogram.getCount() returns the number of samples recorded, UNlike Counter and Meter.
- DEF_DIM_VAL_HISTO_STATS - Static variable in class com.blacklocus.metrics.CloudWatchReporter
-
- DEF_DIM_VAL_HISTO_STATS - Static variable in class com.blacklocus.metrics.Constants
-
Histogram.getSnapshot() can be mapped into a StatisticSet.
- DEF_DIM_VAL_METER_COUNT - Static variable in class com.blacklocus.metrics.CloudWatchReporter
-
- DEF_DIM_VAL_METER_COUNT - Static variable in class com.blacklocus.metrics.Constants
-
Meter.getCount() returns the total of the values put in the counter, just like Counter.getCount().
- DEF_DIM_VAL_TIMER_SAMPLES - Static variable in class com.blacklocus.metrics.CloudWatchReporter
-
- DEF_DIM_VAL_TIMER_SAMPLES - Static variable in class com.blacklocus.metrics.Constants
-
Timer.getCount() returns the number of samples recorded, UNlike Counter and Meter.
- DEF_DIM_VAL_TIMER_STATS - Static variable in class com.blacklocus.metrics.CloudWatchReporter
-
- DEF_DIM_VAL_TIMER_STATS - Static variable in class com.blacklocus.metrics.Constants
-