Index
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
-
Deprecated.since 1.5.0 this is no longer used as a single proxy port can handle all wavefront formats.
G
- getBaseTimeUnit() - Method in class io.micrometer.wavefront.WavefrontMeterRegistry
- getDefaultSenderBuilder(WavefrontConfig) - Static method in class io.micrometer.wavefront.WavefrontMeterRegistry
-
Creates a Builder for the default
WavefrontSenderto be used with aWavefrontMeterRegistryif one is not provided. - 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
-
Deprecated.since 1.5.0 this call no-longer affects the transport used to send metrics to Wavefront. Use
WavefrontMeterRegistry.Builder.wavefrontSender(WavefrontSender)to supply your own transport (whether proxy or direct ingestion).
I
- io.micrometer.wavefront - package io.micrometer.wavefront
-
Copyright 2017 VMware, 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, DistributionStatisticConfig) - 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
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
V
- validate() - Method in interface io.micrometer.wavefront.WavefrontConfig
- validateSenderConfiguration() - Method in interface io.micrometer.wavefront.WavefrontConfig
W
- WavefrontConfig - Interface in io.micrometer.wavefront
-
Configuration for
WavefrontMeterRegistry. - WavefrontMeterRegistry - Class in io.micrometer.wavefront
-
PushMeterRegistryfor Wavefront. - WavefrontMeterRegistry(WavefrontConfig, Clock) - Constructor for class io.micrometer.wavefront.WavefrontMeterRegistry
- WavefrontMeterRegistry(WavefrontConfig, Clock, ThreadFactory) - Constructor for class io.micrometer.wavefront.WavefrontMeterRegistry
-
Deprecated.Use
WavefrontMeterRegistry.builder(WavefrontConfig)instead. - 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
- wavefrontSender(WavefrontSender) - Method in class io.micrometer.wavefront.WavefrontMeterRegistry.Builder
All Classes|All Packages