| Constructor and Description |
|---|
InstrumentationManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHealthInstrumentation(Instrumentation instrumentation) |
ConsumerGroupInstrumentation |
getConsumerGroupInstrumentation(String group) |
ConsumerInstrumentation |
getConsumerInstrumentation(String destination) |
Set<Instrumentation> |
getHealthInstrumentations() |
com.codahale.metrics.MetricRegistry |
getMetricRegistry() |
ProducerInstrumentation |
getProducerInstrumentation(String destination) |
Map<String,Object> |
getRuntime() |
public ProducerInstrumentation getProducerInstrumentation(String destination)
public ConsumerInstrumentation getConsumerInstrumentation(String destination)
public ConsumerGroupInstrumentation getConsumerGroupInstrumentation(String group)
public Set<Instrumentation> getHealthInstrumentations()
public void addHealthInstrumentation(Instrumentation instrumentation)
public com.codahale.metrics.MetricRegistry getMetricRegistry()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.