Skip navigation links
B C D F G M P R S U W 

B

build(WavefrontSender) - Method in class com.wavefront.dropwizard.metrics.DropwizardMetricsReporter.Builder
Builds a DropwizardMetricsReporter with the given properties, sending metrics and histograms directly to a given Wavefront server using either proxy or direct ingestion APIs.

C

com.codahale.metrics - package com.codahale.metrics
 
com.wavefront.dropwizard.metrics - package com.wavefront.dropwizard.metrics
 

D

DeltaCounter - Class in com.codahale.metrics
Wavefront delta counter which has the ability to report delta values aggregated on Wavefront server side.
disabledMetricAttributes(Set<MetricAttribute>) - Method in class com.wavefront.dropwizard.metrics.DropwizardMetricsReporter.Builder
Don't report the passed metric attributes for all metrics (e.g.
DropwizardMetricsReporter - Class in com.wavefront.dropwizard.metrics
A reporter which publishes metric values to a Wavefront cluster via proxy or direct ingestion from a Dropwizard MetricRegistry.
DropwizardMetricsReporter.Builder - Class in com.wavefront.dropwizard.metrics
A builder for DropwizardMetricsReporter instances.

F

filter(MetricFilter) - Method in class com.wavefront.dropwizard.metrics.DropwizardMetricsReporter.Builder
Only report metrics which match the given filter.
flushDistributions() - Method in class com.codahale.metrics.WavefrontHistogram
 
forRegistry(MetricRegistry) - Static method in class com.wavefront.dropwizard.metrics.DropwizardMetricsReporter

G

get(MetricRegistry, String) - Static method in class com.codahale.metrics.DeltaCounter
 
get(MetricRegistry, String) - Static method in class com.codahale.metrics.WavefrontHistogram
 
get(MetricRegistry, String, Supplier<Long>) - Static method in class com.codahale.metrics.WavefrontHistogram
 
getCount() - Method in class com.codahale.metrics.WavefrontHistogram
 
getFailureCount() - Method in class com.wavefront.dropwizard.metrics.DropwizardMetricsReporter
Get total failure count reported by this reporter
getSnapshot() - Method in class com.codahale.metrics.WavefrontHistogram
 

M

Main - Class in com.wavefront.dropwizard.metrics
Driver class for ad-hoc experiments
Main() - Constructor for class com.wavefront.dropwizard.metrics.Main
 
main(String[]) - Static method in class com.wavefront.dropwizard.metrics.Main
 

P

prefixedWith(String) - Method in class com.wavefront.dropwizard.metrics.DropwizardMetricsReporter.Builder
Prefix all metric names with the given string.

R

report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class com.wavefront.dropwizard.metrics.DropwizardMetricsReporter
 
reportDayDistribution() - Method in class com.wavefront.dropwizard.metrics.DropwizardMetricsReporter.Builder
Report histogram distributions aggregated into day intervals
reportHourDistribution() - Method in class com.wavefront.dropwizard.metrics.DropwizardMetricsReporter.Builder
Report histogram distributions aggregated into hour intervals
reportMinuteDistribution() - Method in class com.wavefront.dropwizard.metrics.DropwizardMetricsReporter.Builder
Report histogram distributions aggregated into minute intervals

S

stop() - Method in class com.wavefront.dropwizard.metrics.DropwizardMetricsReporter
 

U

update(int) - Method in class com.codahale.metrics.WavefrontHistogram
 
update(long) - Method in class com.codahale.metrics.WavefrontHistogram
 
update(double) - Method in class com.codahale.metrics.WavefrontHistogram
 

W

WavefrontHistogram - Class in com.codahale.metrics
WavefrontHistogram implementation for com.codahale.metrics Caveat: Cannot use the same WavefrontHistogram registry for multiple reporters as the reporter will change the state of the WavefrontHistogram every time the value is reported.
withClock(Clock) - Method in class com.wavefront.dropwizard.metrics.DropwizardMetricsReporter.Builder
Use the given Clock instance for the time.
withJvmMetrics() - Method in class com.wavefront.dropwizard.metrics.DropwizardMetricsReporter.Builder
Include JVM Metrics from this Reporter.
withReporterPointTag(String, String) - Method in class com.wavefront.dropwizard.metrics.DropwizardMetricsReporter.Builder
Set a point tag for this reporter.
withReporterPointTags(Map<String, String>) - Method in class com.wavefront.dropwizard.metrics.DropwizardMetricsReporter.Builder
Set the Point Tags for this reporter.
withSource(String) - Method in class com.wavefront.dropwizard.metrics.DropwizardMetricsReporter.Builder
Set the source for this reporter.
B C D F G M P R S U W 
Skip navigation links

Copyright © 2018. All rights reserved.