Uses of Interface
io.datarouter.metric.counter.collection.CountPublisher
Packages that use CountPublisher
Package
Description
-
Uses of CountPublisher in io.datarouter.metric.config
Method parameters in io.datarouter.metric.config with type arguments of type CountPublisherModifier and TypeMethodDescriptionDatarouterMetricsPlugin.DatarouterMetricsPluginBuilder.withCountPublisher(Class<? extends CountPublisher> countPublisher) Constructor parameters in io.datarouter.metric.config with type arguments of type CountPublisherModifierConstructorDescriptionDatarouterMetricsPluginBuilder(List<io.datarouter.storage.client.ClientId> metricQueueClientId, Class<? extends CountPublisher> countPublisher, Class<? extends CountDirectorySupplier> countDirectorySupplier, Class<? extends io.datarouter.instrumentation.gauge.GaugePublisher> gaugePublisher, Class<? extends GaugeDirectorySupplier> gaugeDirectorySupplier) -
Uses of CountPublisher in io.datarouter.metric.counter
Classes in io.datarouter.metric.counter that implement CountPublisher -
Uses of CountPublisher in io.datarouter.metric.counter.collection
Classes in io.datarouter.metric.counter.collection that implement CountPublisher -
Uses of CountPublisher in io.datarouter.metric.counter.conveyor
Constructors in io.datarouter.metric.counter.conveyor with parameters of type CountPublisherModifierConstructorDescriptionCountMemoryToPublisherConveyor(String name, Supplier<Boolean> shouldRun, io.datarouter.conveyor.MemoryBuffer<Map<Long, Map<String, Long>>> buffer, io.datarouter.web.exception.ExceptionRecorder exceptionRecorder, CountPublisher countPublisher, io.datarouter.conveyor.ConveyorGauges conveyorGauges)