A B C D G H I N P R S T U W 
All Classes All Packages

A

apiToken() - Method in interface io.micrometer.wavefront.WavefrontConfig
Required when publishing directly to the Wavefront API host, otherwise does nothing.

B

build() - Method in class io.micrometer.wavefront.WavefrontMeterRegistry.Builder
 
builder(WavefrontConfig) - Static method in class io.micrometer.wavefront.WavefrontMeterRegistry
 

C

clock(Clock) - Method in class io.micrometer.wavefront.WavefrontMeterRegistry.Builder
 

D

DEFAULT_DIRECT - Static variable in interface io.micrometer.wavefront.WavefrontConfig
Publishes directly to the Wavefront API, not passing through a sidecar.
DEFAULT_PROXY - Static variable in interface io.micrometer.wavefront.WavefrontConfig
Publishes to a wavefront sidecar running out of process.
defaultHistogramConfig() - Method in class io.micrometer.wavefront.WavefrontMeterRegistry
 
distributionPort() - Method in interface io.micrometer.wavefront.WavefrontConfig
 

G

getBaseTimeUnit() - Method in class io.micrometer.wavefront.WavefrontMeterRegistry
 
globalPrefix() - Method in interface io.micrometer.wavefront.WavefrontConfig
Wavefront metrics are grouped hierarchically by name in the UI.

H

httpClient(HttpSender) - Method in class io.micrometer.wavefront.WavefrontMeterRegistry.Builder
 

I

io.micrometer.wavefront - package io.micrometer.wavefront
Copyright 2017 Pivotal Software, Inc.

N

name(String, Meter.Type, String) - Method in class io.micrometer.wavefront.WavefrontNamingConvention
Valid characters are: a-z, A-Z, 0-9, hyphen ("-"), underscore ("_"), dot (".").
newCounter(Meter.Id) - Method in class io.micrometer.wavefront.WavefrontMeterRegistry
 
newDistributionSummary(Meter.Id, DistributionStatisticConfig, double) - Method in class io.micrometer.wavefront.WavefrontMeterRegistry
 
newFunctionCounter(Meter.Id, T, ToDoubleFunction<T>) - Method in class io.micrometer.wavefront.WavefrontMeterRegistry
 
newFunctionTimer(Meter.Id, T, ToLongFunction<T>, ToDoubleFunction<T>, TimeUnit) - Method in class io.micrometer.wavefront.WavefrontMeterRegistry
 
newGauge(Meter.Id, T, ToDoubleFunction<T>) - Method in class io.micrometer.wavefront.WavefrontMeterRegistry
 
newLongTaskTimer(Meter.Id) - Method in class io.micrometer.wavefront.WavefrontMeterRegistry
 
newMeter(Meter.Id, Meter.Type, Iterable<Measurement>) - Method in class io.micrometer.wavefront.WavefrontMeterRegistry
 
newTimer(Meter.Id, DistributionStatisticConfig, PauseDetector) - Method in class io.micrometer.wavefront.WavefrontMeterRegistry
 

P

prefix() - Method in interface io.micrometer.wavefront.WavefrontConfig
 
publish() - Method in class io.micrometer.wavefront.WavefrontMeterRegistry
 

R

reportDayDistribution() - Method in interface io.micrometer.wavefront.WavefrontConfig
 
reportHourDistribution() - Method in interface io.micrometer.wavefront.WavefrontConfig
 
reportMinuteDistribution() - Method in interface io.micrometer.wavefront.WavefrontConfig
 

S

source() - Method in interface io.micrometer.wavefront.WavefrontConfig
 
start(ThreadFactory) - Method in class io.micrometer.wavefront.WavefrontMeterRegistry
 
step() - Method in interface io.micrometer.wavefront.WavefrontConfig
 

T

tagKey(String) - Method in class io.micrometer.wavefront.WavefrontNamingConvention
Valid characters are: alphanumeric, hyphen ("-"), underscore ("_"), dot (".")
tagValue(String) - Method in class io.micrometer.wavefront.WavefrontNamingConvention
We recommend enclosing tag values with double quotes (" ").
threadFactory(ThreadFactory) - Method in class io.micrometer.wavefront.WavefrontMeterRegistry.Builder
 

U

uri() - Method in interface io.micrometer.wavefront.WavefrontConfig
 

W

WavefrontConfig - Interface in io.micrometer.wavefront
Configuration for WavefrontMeterRegistry.
WavefrontMeterRegistry - Class in io.micrometer.wavefront
PushMeterRegistry for Wavefront.
WavefrontMeterRegistry(WavefrontConfig, Clock) - Constructor for class io.micrometer.wavefront.WavefrontMeterRegistry
 
WavefrontMeterRegistry(WavefrontConfig, Clock, ThreadFactory) - Constructor for class io.micrometer.wavefront.WavefrontMeterRegistry
WavefrontMeterRegistry.Builder - Class in io.micrometer.wavefront
 
WavefrontNamingConvention - Class in io.micrometer.wavefront
Naming convention for Wavefront.
WavefrontNamingConvention(String) - Constructor for class io.micrometer.wavefront.WavefrontNamingConvention
 
WavefrontNamingConvention(String, NamingConvention) - Constructor for class io.micrometer.wavefront.WavefrontNamingConvention
 
A B C D G H I N P R S T U W 
All Classes All Packages