Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.boot.actuate.metrics.writer Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
CompositeMetricWriterComposite implementation of MetricWriter that just sends its input to all ofthe delegates that have been registered.Classorg.springframework.boot.actuate.metrics.writerSpring 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
DeltaA value object representing an increment in a metric value (usually a counter).Classorg.springframework.boot.actuate.metrics.writerSpring 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
GaugeWriterWriter for gauge values (simple metric with a number value).Interfaceorg.springframework.boot.actuate.metrics.writerSpring Boot
MessageChannelMetricWriterA MetricWriter that publishes the metric updates on a MessageChannel.Classorg.springframework.boot.actuate.metrics.writerSpring 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
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