- NAME_DIMENSION_SEPARATOR - Static variable in class com.blacklocus.metrics.CloudWatchReporter
-
Separator of key and value segments of a metric name.
- NAME_PERMUTE_MARKER - Static variable in class com.blacklocus.metrics.CloudWatchReporter
-
If any token, whether a simple string or a dimension pair ends with this marker, then metrics will be sent once
with and once without.
- NAME_TOKEN_DELIMITER - Static variable in class com.blacklocus.metrics.CloudWatchReporter
-
- NAME_TOKEN_DELIMITER_RGX - Static variable in class com.blacklocus.metrics.CloudWatchReporter
-
Delimiter of tokens in the metric name.
- NumberGauge - Class in com.blacklocus.metrics
-
A thread-safe Gauge implementation for any sort of Number.
- NumberGauge() - Constructor for class com.blacklocus.metrics.NumberGauge
-
Initialized with value of 0.
- NumberGauge(Number) - Constructor for class com.blacklocus.metrics.NumberGauge
-