Modifier and Type | Class and Description |
---|---|
class |
CacheMeterBinder
A common base class for cache metrics that ensures that all caches are instrumented
with the same basic set of metrics while allowing for additional detail that is specific
to an individual implementation.
|
class |
CaffeineCacheMetrics
Collect metrics from Caffeine's com.github.benmanes.caffeine.cache.Cache.
|
class |
EhCache2Metrics
Collect metrics on EhCache caches, including detailed metrics on transactions and storage space.
|
class |
GuavaCacheMetrics |
class |
HazelcastCacheMetrics
Collect metrics on Hazelcast caches, including detailed metrics on storage space, near cache usage, and timings.
|
class |
JCacheMetrics
Collect metrics on JSR-107 JCache caches, including detailed metrics on manual puts and removals.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseTableMetrics |
class |
PostgreSQLDatabaseMetrics
MeterBinder for a PostgreSQL database. |
Modifier and Type | Class and Description |
---|---|
class |
HystrixMetricsBinder |
Modifier and Type | Class and Description |
---|---|
class |
JettyServerThreadPoolMetrics
MeterBinder for Jetty ThreadPool . |
class |
JettyStatisticsMetrics |
Modifier and Type | Class and Description |
---|---|
class |
HibernateMetrics
A
MeterBinder implementation that provides Hibernate metrics. |
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderMetrics |
class |
DiskSpaceMetrics
Record metrics that report disk space usage.
|
class |
ExecutorServiceMetrics
Monitors the status of executor service pools.
|
class |
JvmGcMetrics
Record metrics that report a number of statistics related to garbage
collection emanating from the MXBean and also adds information about GC causes.
|
class |
JvmMemoryMetrics
Record metrics that report utilization of various memory and buffer pools.
|
class |
JvmThreadMetrics
MeterBinder for JVM threads. |
Modifier and Type | Class and Description |
---|---|
class |
KafkaConsumerMetrics
Kafka consumer metrics collected from metrics exposed by Kafka consumers via the MBeanServer.
|
Modifier and Type | Class and Description |
---|---|
class |
Log4j2Metrics
MeterBinder for Apache Log4j 2. |
class |
LogbackMetrics |
Modifier and Type | Class and Description |
---|---|
class |
FileDescriptorMetrics
File descriptor metrics gathered by the JVM.
|
class |
ProcessorMetrics
Record metrics related to the CPU, gathered by the JVM.
|
class |
UptimeMetrics
Uptime metrics.
|
Modifier and Type | Class and Description |
---|---|
class |
TomcatMetrics
MeterBinder for Tomcat. |
Copyright © 2018. All rights reserved.