Uses of Enum Class
org.frankframework.statistics.FrankMeterType
-
Uses of FrankMeterType in org.frankframework.statistics
Modifier and TypeMethodDescriptionstatic FrankMeterType
Returns the enum constant of this class with the specified name.static FrankMeterType[]
FrankMeterType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionio.micrometer.core.instrument.Counter
MetricsInitializer.createCounter
(IConfigurationAware frankElement, FrankMeterType type) io.micrometer.core.instrument.DistributionSummary
MetricsInitializer.createDistributionSummary
(IConfigurationAware frankElement, FrankMeterType type) io.micrometer.core.instrument.Gauge
MetricsInitializer.createGauge
(IConfigurationAware frankElement, FrankMeterType type, Supplier<Number> numberSupplier) io.micrometer.core.instrument.DistributionSummary
MetricsInitializer.createSubDistributionSummary
(IConfigurationAware parentFrankElement, String subFrankElement, FrankMeterType type) io.micrometer.core.instrument.DistributionSummary
MetricsInitializer.createSubDistributionSummary
(IConfigurationAware parentFrankElement, INamedObject subFrankElement, FrankMeterType type) This DistributionSummary is suffixed under a pipeio.micrometer.core.instrument.DistributionSummary
MetricsInitializer.createThreadBasedDistributionSummary
(Receiver<?> receiver, FrankMeterType type, int threadNumber) io.micrometer.core.instrument.Timer.ResourceSample
MetricsInitializer.createTimerResource
(IConfigurationAware frankElement, FrankMeterType type, String... tags)