google-nomulus/java/google/registry/monitoring/metrics
mcilwain 9bdb2ef1f3 Make Stackdriver tests conform to testing practices in rest of codebase
The major changes are using the ExpectedException rule instead of a try/catch
pattern, asserting the message for thrown exceptions, defaulting to JUnit4
unless Mockito is really necessary, and making each test examine one behavior.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=131211346
2016-08-26 09:45:10 -04:00
..
AbstractMetric.java Add StackDriver implementation, in monitoring/metrics package 2016-08-15 17:12:35 -04:00
BUILD Fix open source build 2016-08-22 17:37:01 -04:00
Counter.java Change to metrics to keep track of when the metric value was first set 2016-08-22 14:44:28 -04:00
IncrementableMetric.java Change to metrics to keep track of when the metric value was first set 2016-08-22 14:44:28 -04:00
LabelDescriptor.java Make Stackdriver tests conform to testing practices in rest of codebase 2016-08-26 09:45:10 -04:00
Metric.java Change to metrics to keep track of when the metric value was first set 2016-08-22 14:44:28 -04:00
MetricExporter.java Improve service handling and add unit tests for threading behavior in MetricExporter 2016-08-22 14:43:05 -04:00
MetricMetrics.java Add StackDriver implementation, in monitoring/metrics package 2016-08-15 17:12:35 -04:00
MetricPoint.java Change to metrics to keep track of when the metric value was first set 2016-08-22 14:44:28 -04:00
MetricRegistry.java Add StackDriver implementation, in monitoring/metrics package 2016-08-15 17:12:35 -04:00
MetricRegistryImpl.java Wire in MetricReporter into the backend servlet to publish metrics 2016-08-22 14:07:45 -04:00
MetricReporter.java Improve service handling and add unit tests for threading behavior in MetricExporter 2016-08-22 14:43:05 -04:00
MetricSchema.java Enforce very basic URL-like metric names 2016-08-22 14:11:58 -04:00
MetricWriter.java Add StackDriver implementation, in monitoring/metrics package 2016-08-15 17:12:35 -04:00
package-info.java Add StackDriver implementation, in monitoring/metrics package 2016-08-15 17:12:35 -04:00
SettableMetric.java Add StackDriver implementation, in monitoring/metrics package 2016-08-15 17:12:35 -04:00
StackdriverWriter.java Change to metrics to keep track of when the metric value was first set 2016-08-22 14:44:28 -04:00
StoredMetric.java Change to metrics to keep track of when the metric value was first set 2016-08-22 14:44:28 -04:00
VirtualMetric.java Change to metrics to keep track of when the metric value was first set 2016-08-22 14:44:28 -04:00