Uses of Class
de.codecentric.spring.boot.chaos.monkey.component.MetricType
-
Packages that use MetricType Package Description de.codecentric.spring.boot.chaos.monkey.component de.codecentric.spring.boot.chaos.monkey.events -
-
Uses of MetricType in de.codecentric.spring.boot.chaos.monkey.component
Methods in de.codecentric.spring.boot.chaos.monkey.component that return MetricType Modifier and Type Method Description static MetricTypeMetricType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricType[]MetricType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.codecentric.spring.boot.chaos.monkey.component with parameters of type MetricType Modifier and Type Method Description voidMetricEventPublisher. 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 MetricType Modifier and Type Method Description MetricTypeMetricEvent. getMetricType()Constructors in de.codecentric.spring.boot.chaos.monkey.events with parameters of type MetricType Constructor Description MetricEvent(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.
-