| Package | Description |
|---|---|
| net.centro.rtb.monitoringcenter | |
| net.centro.rtb.monitoringcenter.metrics.instrumented |
| Modifier and Type | Method and Description |
|---|---|
static MetricCollector |
MonitoringCenter.getDatabaseMetricCollector(String... additionalNamespaces)
Retrieves a MetricCollector, whose main namespace is "dbs".
|
static MetricCollector |
MonitoringCenter.getMetricCollector(Class<?> clazz,
String... namespaces)
Retrieves a
MetricCollector with a given namespace. |
static MetricCollector |
MonitoringCenter.getMetricCollector(String mainNamespace,
String... additionalNamespaces)
Retrieves a
MetricCollector with a given namespace. |
| Constructor and Description |
|---|
InstrumentedDataSource(DataSource delegate,
MetricCollector metricCollector,
String name) |
InstrumentedExecutorService(ExecutorService delegate,
MetricCollector metricCollector,
String name) |
InstrumentedScheduledExecutorService(ScheduledExecutorService delegate,
MetricCollector metricCollector,
String name) |
Copyright © 2016–2018. All rights reserved.