| Package | Description |
|---|---|
| de.codecentric.spring.boot.chaos.monkey.component | |
| de.codecentric.spring.boot.chaos.monkey.events |
| Modifier and Type | Method and Description |
|---|---|
static MetricType |
MetricType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricEventPublisher.publishMetricEvent(MetricType metricType,
AtomicInteger atomicTimeoutGauge) |
void |
MetricEventPublisher.publishMetricEvent(MetricType metricType,
String... tags) |
void |
MetricEventPublisher.publishMetricEvent(String signature,
MetricType metricType,
String... tags) |
| Modifier and Type | Method and Description |
|---|---|
MetricType |
MetricEvent.getMetricType() |
| Constructor and Description |
|---|
MetricEvent(Object source,
MetricType metricType,
AtomicInteger gaugeValue) |
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.
|
Copyright © 2018 codecentric AG. All rights reserved.