Interface | Description |
---|---|
HasStatistics |
Interface to be implemented by objects like Pipes or Senders that maintain additional statistics themselves.
|
IBasics<S> | |
ItemList |
List of statistics items that can be iterated over to show all values.
|
StatisticsKeeperIterationHandler<D> |
Allows operations on iterations over all statistics keepers.
|
Class | Description |
---|---|
Basics |
Container for basic statistical estimators.
|
BigBasics |
Extension to Basics, allowing for large numbers, like message sizes.
|
CounterStatistic |
Counter value that is maintained with statistics.
|
ItemUtil |
Utility functions to process statistics items.
|
MetricBase<M extends io.micrometer.core.instrument.Meter> | |
MetricsInitializer | |
MetricsInitializer.NodeConfig | |
MicroMeterBasics |
Container for basic statistical estimators, based on MicroMeter DistributionSummary.
|
ScalarMetricBase<M extends io.micrometer.core.instrument.Meter> | |
SizeStatisticsKeeper<B extends IBasics<S>,S> | |
StatisticsKeeper<B extends IBasics<S>,S> |
Keeps statistics (min, max, count etc).
|
StatisticsKeeperIterationHandlerCollection |
Collection of StatisticsKeeperIterationHandler, that each will be handled.
|
StatisticsKeeperLogger |
Logs statistics-keeper contents to log.
|
StatisticsKeeperXmlBuilder |
Make XML of all statistics info.
|
StatisticsUtil |
Some utilities for working with statistics files.
|
Enum | Description |
---|---|
HasStatistics.Action | |
ItemList.Type |
Copyright © 2023 Frank!Framework. All rights reserved.