public class MetricEventPublisher extends Object
| Constructor and Description |
|---|
MetricEventPublisher(org.springframework.context.ApplicationEventPublisher publisher) |
| Modifier and Type | Method and Description |
|---|---|
void |
publishMetricEvent(MetricType metricType,
AtomicInteger atomicTimeoutGauge) |
void |
publishMetricEvent(MetricType metricType,
String... tags) |
void |
publishMetricEvent(String signature,
MetricType metricType,
String... tags) |
public MetricEventPublisher(org.springframework.context.ApplicationEventPublisher publisher)
public void publishMetricEvent(String signature, MetricType metricType, String... tags)
public void publishMetricEvent(MetricType metricType, String... tags)
public void publishMetricEvent(MetricType metricType, AtomicInteger atomicTimeoutGauge)
Copyright © 2018 codecentric AG. All rights reserved.