Uses of Class
de.codecentric.spring.boot.chaos.monkey.component.MetricEventPublisher
-
-
Uses of MetricEventPublisher in de.codecentric.spring.boot.chaos.monkey.assaults
Constructors in de.codecentric.spring.boot.chaos.monkey.assaults with parameters of type MetricEventPublisher Constructor Description CpuAssault(com.sun.management.OperatingSystemMXBean os, ChaosMonkeySettings settings, MetricEventPublisher metricEventPublisher)ExceptionAssault(ChaosMonkeySettings settings, MetricEventPublisher metricEventPublisher)KillAppAssault(ChaosMonkeySettings settings, MetricEventPublisher metricEventPublisher)LatencyAssault(ChaosMonkeySettings settings, MetricEventPublisher metricEventPublisher)LatencyAssault(ChaosMonkeySettings settings, MetricEventPublisher metricEventPublisher, ChaosMonkeyLatencyAssaultExecutor executor)MemoryAssault(Runtime runtime, ChaosMonkeySettings settings, MetricEventPublisher metricEventPublisher) -
Uses of MetricEventPublisher in de.codecentric.spring.boot.chaos.monkey.component
Constructors in de.codecentric.spring.boot.chaos.monkey.component with parameters of type MetricEventPublisher Constructor Description ChaosMonkeyRequestScope(ChaosMonkeySettings chaosMonkeySettings, List<ChaosMonkeyRequestAssault> assaults, List<ChaosMonkeyAssault> legacyAssaults, MetricEventPublisher metricEventPublisher, ChaosToggles chaosToggles, ChaosToggleNameMapper chaosToggleNameMapper) -
Uses of MetricEventPublisher in de.codecentric.spring.boot.chaos.monkey.configuration
Methods in de.codecentric.spring.boot.chaos.monkey.configuration that return MetricEventPublisher Modifier and Type Method Description MetricEventPublisherChaosMonkeyConfiguration. publisher()
-