Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.boot.actuate.metrics Classes and Interfaces - 61 results found.
NameDescriptionTypePackageFramework
AbstractMetricExporterBase class for metric exporters that have common features, principally a prefix forexported metrics and filtering by timestamp (so only new values are included in theClassorg.springframework.boot.actuate.metrics.exportSpring Boot
AggregateMetricReaderA metric reader that aggregates values from a source reader, normally one that has beencollecting data from many sources in the same form (like a scaled-out application).Classorg.springframework.boot.actuate.metrics.aggregateSpring Boot
BufferCounterServiceFast implementation of CounterService using CounterBuffers.Classorg.springframework.boot.actuate.metrics.bufferSpring Boot
BufferGaugeServiceFast implementation of GaugeService using GaugeBuffers.Classorg.springframework.boot.actuate.metrics.bufferSpring Boot
BufferMetricReaderMetricReader implementation using CounterBuffers andSince:1.Classorg.springframework.boot.actuate.metrics.bufferSpring Boot
CompositeMetricReaderComposite implementation of MetricReader.Classorg.springframework.boot.actuate.metrics.readerSpring Boot
CompositeMetricWriterComposite implementation of MetricWriter that just sends its input to all ofthe delegates that have been registered.Classorg.springframework.boot.actuate.metrics.writerSpring Boot
CounterBufferMutable buffer containing a long adder (Java 8) and a timestamp.Classorg.springframework.boot.actuate.metrics.bufferSpring Boot
CounterBuffersFast writes to in-memory metrics store using CounterBuffer.Classorg.springframework.boot.actuate.metrics.bufferSpring Boot
CounterServiceA service that can be used to increment, decrement and reset a named counter value.Interfaceorg.springframework.boot.actuate.metricsSpring Boot
CounterWriterSimple writer for counters (metrics that increment).Interfaceorg.springframework.boot.actuate.metrics.writerSpring Boot
DefaultCounterServiceDefault implementation of CounterService.Classorg.springframework.boot.actuate.metrics.writerSpring Boot
DefaultGaugeServiceDefault implementation of GaugeService.Classorg.springframework.boot.actuate.metrics.writerSpring Boot
DefaultMetricNamingStrategyMBean naming strategy for metric keys.Classorg.springframework.boot.actuate.metrics.jmxSpring Boot
DefaultOpenTsdbNamingStrategyA naming strategy that just passes through the metric name, together with tags from aset of static values.Classorg.springframework.boot.actuate.metrics.opentsdbSpring Boot
DeltaA value object representing an increment in a metric value (usually a counter).Classorg.springframework.boot.actuate.metrics.writerSpring Boot
DropwizardMetricServicesA GaugeService and CounterService that sends data to a DropwizardMetricRegistry based on a naming convention.Classorg.springframework.boot.actuate.metrics.dropwizardSpring Boot
DropwizardMetricWriterA MetricWriter that send data to a Dropwizard MetricRegistry based on aUpdates to increment(Delta) with names in meter.Classorg.springframework.boot.actuate.metrics.writerSpring Boot
ExporterGeneric interface for metric exports.Interfaceorg.springframework.boot.actuate.metrics.exportSpring Boot
GaugeBufferMutable buffer containing a double value and a timestamp.Classorg.springframework.boot.actuate.metrics.bufferSpring Boot
GaugeBuffersFast writes to in-memory metrics store using GaugeBuffer.Classorg.springframework.boot.actuate.metrics.bufferSpring Boot
GaugeServiceA service that can be used to submit a named double value for storage and analysis.Interfaceorg.springframework.boot.actuate.metricsSpring Boot
GaugeWriterWriter for gauge values (simple metric with a number value).Interfaceorg.springframework.boot.actuate.metrics.writerSpring Boot
InMemoryMetricRepositoryClassorg.springframework.boot.actuate.metrics.repositorySpring Boot
InMemoryRichGaugeRepositoryIn memory implementation of MetricWriter and RichGaugeReader.Classorg.springframework.boot.actuate.metrics.richSpring Boot
JmxMetricWriterA MetricWriter for MBeans.Classorg.springframework.boot.actuate.metrics.jmxSpring Boot
JmxMetricWriter .MetricValueA single metric value.Classorg.springframework.boot.actuate.metrics.jmx.JmxMetricWriterSpring Boot
MessageChannelMetricWriterA MetricWriter that publishes the metric updates on a MessageChannel.Classorg.springframework.boot.actuate.metrics.writerSpring Boot
MetricImmutable class that can be used to hold any arbitrary system measurement value (anamed numeric value with a timestamp).Classorg.springframework.boot.actuate.metricsSpring Boot
MetricCopyExporterExporter that exports by copying metric data from a sourceMetricReader to a destination MetricWriter.Classorg.springframework.boot.actuate.metrics.exportSpring Boot
MetricExportersSchedulingConfigurer to handle metrics export.Classorg.springframework.boot.actuate.metrics.exportSpring Boot
MetricExportPropertiesConfiguration properties for metrics export.Classorg.springframework.boot.actuate.metrics.exportSpring Boot
MetricExportProperties .AggregateAggregate properties.Classorg.springframework.boot.actuate.metrics.export.MetricExportPropertiesSpring Boot
MetricExportProperties .RedisClassorg.springframework.boot.actuate.metrics.export.MetricExportPropertiesSpring Boot
MetricExportProperties .StatsdClassorg.springframework.boot.actuate.metrics.export.MetricExportPropertiesSpring Boot
MetricReaderA simple reader interface used to interrogate Metrics.Interfaceorg.springframework.boot.actuate.metrics.readerSpring Boot
MetricRegistryMetricReaderA Spring Boot MetricReader that reads metrics from a DropwizardMetricRegistry.Classorg.springframework.boot.actuate.metrics.readerSpring Boot
MetricRepositoryConvenient combination of reader and writer concerns.Interfaceorg.springframework.boot.actuate.metrics.repositorySpring Boot
MetricWriterBasic strategy for write operations on Metric data.Interfaceorg.springframework.boot.actuate.metrics.writerSpring Boot
MetricWriterMessageHandlerA MessageHandler that updates Metric values through aAuthor:Dave SyerSee Also:MessageChannelMetricWriterClassorg.springframework.boot.actuate.metrics.writerSpring Boot
MultiMetricRepositoryA repository for metrics that allows efficient storage and retrieval of groups ofmetrics with a common name prefix (their group name).Interfaceorg.springframework.boot.actuate.metrics.repositorySpring Boot
MultiMetricRichGaugeReaderA RichGaugeReader that works by reading metric values from aMultiMetricRepository where the group name is the RichGauge name.Classorg.springframework.boot.actuate.metrics.richSpring Boot
OpenTsdbDataClassorg.springframework.boot.actuate.metrics.opentsdbSpring Boot
OpenTsdbGaugeWriterA GaugeWriter for the Open TSDB database (version 2.Classorg.springframework.boot.actuate.metrics.opentsdbSpring Boot
OpenTsdbNameClassorg.springframework.boot.actuate.metrics.opentsdbSpring Boot
OpenTsdbNamingStrategyStrategy used to convert a metric name into an OpenTsdbName.Interfaceorg.springframework.boot.actuate.metrics.opentsdbSpring Boot
PrefixMetricGroupExporterA convenient exporter for a group of metrics from a PrefixMetricReader.Classorg.springframework.boot.actuate.metrics.exportSpring Boot
PrefixMetricReaderInterface for extracting metrics as a group whose name starts with a prefix.Interfaceorg.springframework.boot.actuate.metrics.readerSpring Boot
PrefixMetricWriterA writer for metrics that allows efficient storage of groups of metrics with a commonname prefix (their group name).Interfaceorg.springframework.boot.actuate.metrics.writerSpring Boot
RedisMetricRepositoryA MetricRepository implementation for a redis backend.Classorg.springframework.boot.actuate.metrics.repository.redisSpring Boot
RedisMultiMetricRepositoryMultiMetricRepository implementation backed by a redis store.Classorg.springframework.boot.actuate.metrics.repository.redisSpring Boot
RichGaugeA gauge which stores the maximum, minimum and average in addition to the current value.Classorg.springframework.boot.actuate.metrics.richSpring Boot
RichGaugeExporterExporter or converter for RichGauge data to a metric-based back end.Classorg.springframework.boot.actuate.metrics.exportSpring Boot
RichGaugeReaderA basic set of read operations for RichGauge instances.Interfaceorg.springframework.boot.actuate.metrics.richSpring Boot
RichGaugeRepositoryConvenient combination of reader and writer concerns for RichGauge instances.Interfaceorg.springframework.boot.actuate.metrics.richSpring Boot
SimpleInMemoryRepositoryRepository utility that stores stuff in memory with period-separated String keys.Classorg.springframework.boot.actuate.metrics.utilSpring Boot
SimpleInMemoryRepository .CallbackCallback used to update a value.Interfaceorg.springframework.boot.actuate.metrics.util.SimpleInMemoryRepositorySpring Boot
SpecificTriggerPropertiesTrigger for specific names or patterns.Classorg.springframework.boot.actuate.metrics.exportSpring Boot
SpringIntegrationMetricReaderA MetricReader for Spring Integration metrics (as provided byspring-integration-jmx).Classorg.springframework.boot.actuate.metrics.integrationSpring Boot
StatsdMetricWriterA MetricWriter that pushes data to statsd.Classorg.springframework.boot.actuate.metrics.statsdSpring Boot
TriggerPropertiesAbstract base class for trigger properties.Classorg.springframework.boot.actuate.metrics.exportSpring Boot