Class and Description |
---|
io.micrometer.core.instrument.binder.jetty.JettyStatisticsMetrics
Since 1.4.0. Use
TimedHandler instead. |
io.micrometer.core.instrument.binder.kafka.KafkaConsumerMetrics
use
KafkaClientMetrics instead since 1.4.0 |
Exceptions and Description |
---|
io.micrometer.core.instrument.config.MissingRequiredConfigurationException
since 1.5.0 replaced with
Validated API. |
Field and Description |
---|
io.micrometer.core.instrument.binder.httpcomponents.MicrometerHttpRequestExecutor.DEFAULT_URI_PATTERN_HEADER
use
DefaultUriMapper.URI_PATTERN_HEADER since 1.4.0 |
Constructor and Description |
---|
io.micrometer.core.instrument.AbstractTimer(Meter.Id, Clock, DistributionStatisticConfig, PauseDetector, TimeUnit)
Timer implementations should now declare at construction time whether they support aggregable percentiles or not.
By declaring it up front, Micrometer can memory optimize the histogram structure used to store distribution statistics.
|
io.micrometer.core.instrument.distribution.CountAtBucket(long, double)
Use
CountAtBucket.CountAtBucket(double, double) instead since 1.4.0. |
io.micrometer.core.instrument.cumulative.CumulativeDistributionSummary(Meter.Id, Clock, DistributionStatisticConfig, double) |
io.micrometer.core.instrument.internal.DefaultLongTaskTimer(Meter.Id, Clock) |
io.micrometer.core.instrument.binder.jpa.HibernateMetrics(EntityManagerFactory, String, Iterable<Tag>)
since 1.1.2 in favor of
HibernateMetrics.HibernateMetrics(SessionFactory, String, Iterable) |