JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
E
G
H
I
M
N
P
R
S
T
V
C
count()
- Method in class io.micrometer.prometheus.
PrometheusCounter
count()
- Method in class io.micrometer.prometheus.
PrometheusDistributionSummary
count()
- Method in class io.micrometer.prometheus.
PrometheusTimer
D
DEFAULT
- Static variable in interface io.micrometer.prometheus.
PrometheusConfig
Accept configuration defaults
defaultHistogramConfig()
- Method in class io.micrometer.prometheus.
PrometheusMeterRegistry
descriptions()
- Method in interface io.micrometer.prometheus.
PrometheusConfig
E
equals(Object)
- Method in class io.micrometer.prometheus.
PrometheusCounter
equals(Object)
- Method in class io.micrometer.prometheus.
PrometheusDistributionSummary
G
getBaseTimeUnit()
- Method in class io.micrometer.prometheus.
PrometheusMeterRegistry
getPrometheusRegistry()
- Method in class io.micrometer.prometheus.
PrometheusMeterRegistry
H
hashCode()
- Method in class io.micrometer.prometheus.
PrometheusCounter
hashCode()
- Method in class io.micrometer.prometheus.
PrometheusDistributionSummary
histogramCounts()
- Method in class io.micrometer.prometheus.
PrometheusDistributionSummary
For Prometheus we cannot use the histogram counts from HistogramSnapshot, as it is based on a rolling histogram.
histogramCounts()
- Method in class io.micrometer.prometheus.
PrometheusTimer
For Prometheus we cannot use the histogram counts from HistogramSnapshot, as it is based on a rolling histogram.
HistogramFlavor
- Enum in
io.micrometer.prometheus
Histogram flavors.
histogramFlavor()
- Method in interface io.micrometer.prometheus.
PrometheusConfig
Histogram type for backing DistributionSummary and Timer
histogramFlavor()
- Method in class io.micrometer.prometheus.
PrometheusDistributionSummary
histogramFlavor()
- Method in class io.micrometer.prometheus.
PrometheusTimer
I
increment(double)
- Method in class io.micrometer.prometheus.
PrometheusCounter
io.micrometer.prometheus
- package io.micrometer.prometheus
Copyright 2017 VMware, Inc.
M
map(Meter.Id)
- Method in class io.micrometer.prometheus.
PrometheusRenameFilter
max()
- Method in class io.micrometer.prometheus.
PrometheusDistributionSummary
max(TimeUnit)
- Method in class io.micrometer.prometheus.
PrometheusTimer
N
name(String, Meter.Type, String)
- Method in class io.micrometer.prometheus.
PrometheusNamingConvention
Names are snake-cased.
newCounter(Meter.Id)
- Method in class io.micrometer.prometheus.
PrometheusMeterRegistry
newDistributionSummary(Meter.Id, DistributionStatisticConfig, double)
- Method in class io.micrometer.prometheus.
PrometheusMeterRegistry
newFunctionCounter(Meter.Id, T, ToDoubleFunction<T>)
- Method in class io.micrometer.prometheus.
PrometheusMeterRegistry
newFunctionTimer(Meter.Id, T, ToLongFunction<T>, ToDoubleFunction<T>, TimeUnit)
- Method in class io.micrometer.prometheus.
PrometheusMeterRegistry
newGauge(Meter.Id, T, ToDoubleFunction<T>)
- Method in class io.micrometer.prometheus.
PrometheusMeterRegistry
newLongTaskTimer(Meter.Id, DistributionStatisticConfig)
- Method in class io.micrometer.prometheus.
PrometheusMeterRegistry
newMeter(Meter.Id, Meter.Type, Iterable<Measurement>)
- Method in class io.micrometer.prometheus.
PrometheusMeterRegistry
newTimer(Meter.Id, DistributionStatisticConfig, PauseDetector)
- Method in class io.micrometer.prometheus.
PrometheusMeterRegistry
P
prefix()
- Method in interface io.micrometer.prometheus.
PrometheusConfig
PrometheusConfig
- Interface in
io.micrometer.prometheus
Configuration for
PrometheusMeterRegistry
.
PrometheusCounter
- Class in
io.micrometer.prometheus
PrometheusDistributionSummary
- Class in
io.micrometer.prometheus
PrometheusDurationNamingConvention
- Class in
io.micrometer.prometheus
PrometheusDurationNamingConvention()
- Constructor for class io.micrometer.prometheus.
PrometheusDurationNamingConvention
PrometheusMeterRegistry
- Class in
io.micrometer.prometheus
MeterRegistry
for Prometheus.
PrometheusMeterRegistry(PrometheusConfig)
- Constructor for class io.micrometer.prometheus.
PrometheusMeterRegistry
PrometheusMeterRegistry(PrometheusConfig, CollectorRegistry, Clock)
- Constructor for class io.micrometer.prometheus.
PrometheusMeterRegistry
PrometheusNamingConvention
- Class in
io.micrometer.prometheus
See https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels for a specification of the constraints on metric names and labels
PrometheusNamingConvention()
- Constructor for class io.micrometer.prometheus.
PrometheusNamingConvention
PrometheusNamingConvention(String)
- Constructor for class io.micrometer.prometheus.
PrometheusNamingConvention
PrometheusRenameFilter
- Class in
io.micrometer.prometheus
Converts known meter names from Micrometer's preferred name to Prometheus' preferred name.
PrometheusRenameFilter()
- Constructor for class io.micrometer.prometheus.
PrometheusRenameFilter
PrometheusTimer
- Class in
io.micrometer.prometheus
R
recordNonNegative(double)
- Method in class io.micrometer.prometheus.
PrometheusDistributionSummary
recordNonNegative(long, TimeUnit)
- Method in class io.micrometer.prometheus.
PrometheusTimer
S
scrape()
- Method in class io.micrometer.prometheus.
PrometheusMeterRegistry
scrape(Writer)
- Method in class io.micrometer.prometheus.
PrometheusMeterRegistry
Scrape to the specified writer.
step()
- Method in interface io.micrometer.prometheus.
PrometheusConfig
T
tagKey(String)
- Method in class io.micrometer.prometheus.
PrometheusNamingConvention
Label names may contain ASCII letters, numbers, as well as underscores.
takeSnapshot()
- Method in class io.micrometer.prometheus.
PrometheusDistributionSummary
takeSnapshot()
- Method in class io.micrometer.prometheus.
PrometheusTimer
throwExceptionOnRegistrationFailure()
- Method in class io.micrometer.prometheus.
PrometheusMeterRegistry
For use with
MeterRegistry.Config#onMeterRegistrationFailed(BiConsumer)
when you want meters with the same name but different tags to cause an unchecked exception.
totalAmount()
- Method in class io.micrometer.prometheus.
PrometheusDistributionSummary
totalTime(TimeUnit)
- Method in class io.micrometer.prometheus.
PrometheusTimer
V
validate()
- Method in interface io.micrometer.prometheus.
PrometheusConfig
valueOf(String)
- Static method in enum io.micrometer.prometheus.
HistogramFlavor
Returns the enum constant of this type with the specified name.
values()
- Static method in enum io.micrometer.prometheus.
HistogramFlavor
Returns an array containing the constants of this enum type, in the order they are declared.
C
D
E
G
H
I
M
N
P
R
S
T
V
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes