See: Description
Class | Description |
---|---|
DropwizardMetricServices |
A
GaugeService and CounterService that sends data to a Dropwizard
MetricRegistry based on a naming convention:
Updates to DropwizardMetricServices.increment(String) with names in "meter.*" are treated as
Meter events
Other deltas are treated as simple Counter values
Inputs to DropwizardMetricServices.submit(String, double) with names in "histogram.*" are treated
as Histogram updates
Inputs to DropwizardMetricServices.submit(String, double) with names in "timer.*" are treated as
Timer updates
Other metrics are treated as simple Gauge values (single valued
measurements of type double)
|
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.