Uses of Enum Class
de.codecentric.spring.boot.chaos.monkey.component.MetricType
Packages that use MetricType
Package
Description
-
Uses of MetricType in de.codecentric.spring.boot.chaos.monkey.component
Methods in de.codecentric.spring.boot.chaos.monkey.component that return MetricTypeModifier and TypeMethodDescriptionstatic MetricTypeReturns the enum constant of this class with the specified name.static MetricType[]MetricType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.codecentric.spring.boot.chaos.monkey.component with parameters of type MetricTypeModifier and TypeMethodDescriptionvoidMetricEventPublisher.publishMetricEvent(MetricType type, long metricValue) voidMetricEventPublisher.publishMetricEvent(MetricType metricType, String... tags) voidMetricEventPublisher.publishMetricEvent(MetricType metricType, AtomicInteger atomicTimeoutGauge) voidMetricEventPublisher.publishMetricEvent(String signature, MetricType metricType, String... tags) -
Uses of MetricType in de.codecentric.spring.boot.chaos.monkey.events
Methods in de.codecentric.spring.boot.chaos.monkey.events that return MetricTypeConstructors in de.codecentric.spring.boot.chaos.monkey.events with parameters of type MetricTypeModifierConstructorDescriptionMetricEvent(Object source, MetricType metricType, long metricValue, String methodSignature, String... tags) MetricEvent(Object source, MetricType metricType, String... tags) MetricEvent(Object source, MetricType metricType, String methodSignature, String... tags) Create a new Chaos Monkey for Spring Boot Metric ApplicationEvent.