Uses of Interface
io.siddhi.core.util.statistics.StatisticsManager
-
Packages that use StatisticsManager Package Description io.siddhi.core.config io.siddhi.core.util.statistics io.siddhi.core.util.statistics.metrics -
-
Uses of StatisticsManager in io.siddhi.core.config
Methods in io.siddhi.core.config that return StatisticsManager Modifier and Type Method Description StatisticsManagerSiddhiAppContext. getStatisticsManager()Methods in io.siddhi.core.config with parameters of type StatisticsManager Modifier and Type Method Description voidSiddhiAppContext. setStatisticsManager(StatisticsManager statisticsManager) -
Uses of StatisticsManager in io.siddhi.core.util.statistics
Methods in io.siddhi.core.util.statistics that return StatisticsManager Modifier and Type Method Description StatisticsManagerStatisticsTrackerFactory. createStatisticsManager(String prefix, String siddhiAppName, List<io.siddhi.query.api.annotation.Element> elements)Methods in io.siddhi.core.util.statistics with parameters of type StatisticsManager Modifier and Type Method Description BufferedEventsTrackerStatisticsTrackerFactory. createBufferSizeTracker(StatisticsManager statisticsManager)LatencyTrackerStatisticsTrackerFactory. createLatencyTracker(String name, StatisticsManager statisticsManager)MemoryUsageTrackerStatisticsTrackerFactory. createMemoryUsageTracker(StatisticsManager statisticsManager)ThroughputTrackerStatisticsTrackerFactory. createThroughputTracker(String name, StatisticsManager statisticsManager) -
Uses of StatisticsManager in io.siddhi.core.util.statistics.metrics
Classes in io.siddhi.core.util.statistics.metrics that implement StatisticsManager Modifier and Type Class Description classSiddhiStatisticsManagerEach siddhi app will have one metric registry and placed in siddhi app contextMethods in io.siddhi.core.util.statistics.metrics that return StatisticsManager Modifier and Type Method Description StatisticsManagerSiddhiMetricsFactory. createStatisticsManager(String prefix, String siddhiAppName, List<io.siddhi.query.api.annotation.Element> elements)Methods in io.siddhi.core.util.statistics.metrics with parameters of type StatisticsManager Modifier and Type Method Description BufferedEventsTrackerSiddhiMetricsFactory. createBufferSizeTracker(StatisticsManager statisticsManager)LatencyTrackerSiddhiMetricsFactory. createLatencyTracker(String name, StatisticsManager statisticsManager)MemoryUsageTrackerSiddhiMetricsFactory. createMemoryUsageTracker(StatisticsManager statisticsManager)ThroughputTrackerSiddhiMetricsFactory. createThroughputTracker(String name, StatisticsManager statisticsManager)
-