Index

C D G H I M N P R S T V 
All Classes and Interfaces|All Packages

C

count() - Method in class io.micrometer.prometheus.PrometheusCounter
Deprecated.
 
count() - Method in class io.micrometer.prometheus.PrometheusDistributionSummary
Deprecated.
 
count() - Method in class io.micrometer.prometheus.PrometheusTimer
Deprecated.
 

D

DEFAULT - Static variable in interface io.micrometer.prometheus.PrometheusConfig
Deprecated.
Accept configuration defaults
defaultHistogramConfig() - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
 
descriptions() - Method in interface io.micrometer.prometheus.PrometheusConfig
Deprecated.
 

G

getBaseTimeUnit() - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
 
getPrometheusRegistry() - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
 

H

histogramCounts() - Method in class io.micrometer.prometheus.PrometheusDistributionSummary
Deprecated.
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
Deprecated.
For Prometheus we cannot use the histogram counts from HistogramSnapshot, as it is based on a rolling histogram.
histogramFlavor() - Method in interface io.micrometer.prometheus.PrometheusConfig
Deprecated.
Histogram type for backing DistributionSummary and Timer
histogramFlavor() - Method in class io.micrometer.prometheus.PrometheusDistributionSummary
Deprecated.
 
histogramFlavor() - Method in class io.micrometer.prometheus.PrometheusTimer
Deprecated.
 
HistogramFlavor - Enum Class in io.micrometer.prometheus
Deprecated.
since 1.13.0, unfortunately there is no replacement right now since the new Prometheus client does not support custom histogram bucket names.

I

increment(double) - Method in class io.micrometer.prometheus.PrometheusCounter
Deprecated.
 
io.micrometer.prometheus - package io.micrometer.prometheus
Deprecated since 1.13.0, use io.micrometer:micrometer-registry-prometheus instead, the new package name is io.micrometer.prometheusmetrics.

M

map(Meter.Id) - Method in class io.micrometer.prometheus.PrometheusRenameFilter
Deprecated.
 
max() - Method in class io.micrometer.prometheus.PrometheusDistributionSummary
Deprecated.
 
max(TimeUnit) - Method in class io.micrometer.prometheus.PrometheusTimer
Deprecated.
 

N

name(String, Meter.Type, String) - Method in class io.micrometer.prometheus.PrometheusNamingConvention
Deprecated.
Names are snake-cased.
newCounter(Meter.Id) - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
 
newDistributionSummary(Meter.Id, DistributionStatisticConfig, double) - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
 
newFunctionCounter(Meter.Id, T, ToDoubleFunction<T>) - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
 
newFunctionTimer(Meter.Id, T, ToLongFunction<T>, ToDoubleFunction<T>, TimeUnit) - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
 
newGauge(Meter.Id, T, ToDoubleFunction<T>) - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
 
newLongTaskTimer(Meter.Id, DistributionStatisticConfig) - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
 
newMeter(Meter.Id, Meter.Type, Iterable<Measurement>) - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
 
newTimer(Meter.Id, DistributionStatisticConfig, PauseDetector) - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
 

P

prefix() - Method in interface io.micrometer.prometheus.PrometheusConfig
Deprecated.
 
Prometheus - Enum constant in enum class io.micrometer.prometheus.HistogramFlavor
Deprecated.
 
PrometheusConfig - Interface in io.micrometer.prometheus
Deprecated.
since 1.13.0, use the class with the same name from io.micrometer:micrometer-registry-prometheus instead: io.micrometer.prometheusmetrics.PrometheusConfig.
PrometheusCounter - Class in io.micrometer.prometheus
Deprecated.
since 1.13.0, use the class with the same name from io.micrometer:micrometer-registry-prometheus instead: io.micrometer.prometheusmetrics.PrometheusCounter.
PrometheusDistributionSummary - Class in io.micrometer.prometheus
Deprecated.
since 1.13.0, use the class with the same name from io.micrometer:micrometer-registry-prometheus instead: io.micrometer.prometheusmetrics.PrometheusDistributionSummary.
PrometheusDurationNamingConvention - Class in io.micrometer.prometheus
Deprecated.
since 1.13.0, use the class with the same name from io.micrometer:micrometer-registry-prometheus instead: io.micrometer.prometheusmetrics.PrometheusDurationNamingConvention.
PrometheusDurationNamingConvention() - Constructor for class io.micrometer.prometheus.PrometheusDurationNamingConvention
Deprecated.
 
PrometheusMeterRegistry - Class in io.micrometer.prometheus
Deprecated.
since 1.13.0, use the class with the same name from io.micrometer:micrometer-registry-prometheus instead: io.micrometer.prometheusmetrics.PrometheusMeterRegistry.
PrometheusMeterRegistry(PrometheusConfig) - Constructor for class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
 
PrometheusMeterRegistry(PrometheusConfig, CollectorRegistry, Clock) - Constructor for class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
 
PrometheusMeterRegistry(PrometheusConfig, CollectorRegistry, Clock, ExemplarSampler) - Constructor for class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
Create a PrometheusMeterRegistry instance.
PrometheusNamingConvention - Class in io.micrometer.prometheus
Deprecated.
since 1.13.0, use the class with the same name from io.micrometer:micrometer-registry-prometheus instead: io.micrometer.prometheusmetrics.PrometheusNamingConvention.
PrometheusNamingConvention() - Constructor for class io.micrometer.prometheus.PrometheusNamingConvention
Deprecated.
 
PrometheusNamingConvention(String) - Constructor for class io.micrometer.prometheus.PrometheusNamingConvention
Deprecated.
 
PrometheusRenameFilter - Class in io.micrometer.prometheus
Deprecated.
since 1.13.0, use the class with the same name from io.micrometer:micrometer-registry-prometheus instead: io.micrometer.prometheusmetrics.PrometheusRenameFilter.
PrometheusRenameFilter() - Constructor for class io.micrometer.prometheus.PrometheusRenameFilter
Deprecated.
 
PrometheusTimer - Class in io.micrometer.prometheus
Deprecated.
since 1.13.0, use the class with the same name from io.micrometer:micrometer-registry-prometheus instead: io.micrometer.prometheusmetrics.PrometheusTimer.

R

recordNonNegative(double) - Method in class io.micrometer.prometheus.PrometheusDistributionSummary
Deprecated.
 
recordNonNegative(long, TimeUnit) - Method in class io.micrometer.prometheus.PrometheusTimer
Deprecated.
 

S

scrape() - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
 
scrape(Writer) - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
Scrape to the specified writer in Prometheus text format.
scrape(Writer, String) - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
Write the metrics scrape body in a specific content type to the given writer.
scrape(Writer, String, Set<String>) - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
Scrape to the specified writer.
scrape(String) - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
Get the metrics scrape body in a specific content type.
scrape(String, Set<String>) - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
Return text for scraping.
step() - Method in interface io.micrometer.prometheus.PrometheusConfig
Deprecated.
 

T

tagKey(String) - Method in class io.micrometer.prometheus.PrometheusNamingConvention
Deprecated.
Label names may contain ASCII letters, numbers, as well as underscores.
takeSnapshot() - Method in class io.micrometer.prometheus.PrometheusDistributionSummary
Deprecated.
 
takeSnapshot() - Method in class io.micrometer.prometheus.PrometheusTimer
Deprecated.
 
throwExceptionOnRegistrationFailure() - Method in class io.micrometer.prometheus.PrometheusMeterRegistry
Deprecated.
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
Deprecated.
 
totalTime(TimeUnit) - Method in class io.micrometer.prometheus.PrometheusTimer
Deprecated.
 

V

validate() - Method in interface io.micrometer.prometheus.PrometheusConfig
Deprecated.
 
valueOf(String) - Static method in enum class io.micrometer.prometheus.HistogramFlavor
Deprecated.
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.micrometer.prometheus.HistogramFlavor
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
VictoriaMetrics - Enum constant in enum class io.micrometer.prometheus.HistogramFlavor
Deprecated.
 
C D G H I M N P R S T V 
All Classes and Interfaces|All Packages