public class DefaultLogPublisher extends Object implements MetricsInitializer
| Constructor and Description |
|---|
DefaultLogPublisher() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(CompositeRegistry globalRegistry,
com.google.common.eventbus.EventBus eventBus,
MetricsBootstrapConfig config) |
void |
onPolledEvent(PolledEvent event) |
protected void |
printConsumerLog(DefaultPublishModel model,
StringBuilder sb) |
protected void |
printConsumerOperationPerf(OperationPerf operationPerf,
StringBuilder sb) |
protected void |
printConsumerPerfLog(OperationPerfGroups consumerPerf,
StringBuilder sb) |
protected void |
printLog(List<Meter> meters) |
protected void |
printProducerLog(DefaultPublishModel model,
StringBuilder sb) |
protected void |
printProducerOperationPerf(OperationPerf operationPerf,
StringBuilder sb) |
protected void |
printThreadPoolMetrics(DefaultPublishModel model,
StringBuilder sb) |
protected void |
printVertxMetrics(StringBuilder sb) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, getOrderpublic static final String ENABLED
public void init(CompositeRegistry globalRegistry, com.google.common.eventbus.EventBus eventBus, MetricsBootstrapConfig config)
init in interface MetricsInitializerpublic void onPolledEvent(PolledEvent event)
protected void printThreadPoolMetrics(DefaultPublishModel model, StringBuilder sb)
protected void printConsumerLog(DefaultPublishModel model, StringBuilder sb)
protected void printConsumerPerfLog(OperationPerfGroups consumerPerf, StringBuilder sb)
protected void printConsumerOperationPerf(OperationPerf operationPerf, StringBuilder sb)
protected void printProducerLog(DefaultPublishModel model, StringBuilder sb)
protected void printProducerOperationPerf(OperationPerf operationPerf, StringBuilder sb)
protected void printVertxMetrics(StringBuilder sb)
Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.