| Package | Description |
|---|---|
| org.hawkular.agent.monitor.api | |
| org.hawkular.agent.monitor.protocol | |
| org.hawkular.agent.monitor.scheduler | |
| org.hawkular.agent.monitor.storage |
| Modifier and Type | Method and Description |
|---|---|
void |
SamplingService.measureMetrics(Collection<MeasurementInstance<L,MetricType<L>>> instances,
Consumer<MetricDataPoint> consumer)
Collects the metrics defined by
instances and reports them back to the given consumer. |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointService.measureMetrics(Collection<MeasurementInstance<L,MetricType<L>>> instances,
Consumer<MetricDataPoint> consumer) |
| Modifier and Type | Method and Description |
|---|---|
static <LL> MeasurementScheduler<LL,MetricType<LL>,MetricDataPoint> |
MeasurementScheduler.forMetrics(String name,
Consumer<MetricDataPoint> completionHandler)
Static method that builds a scheduler for metric collection.
|
| Modifier and Type | Method and Description |
|---|---|
static <LL> MeasurementScheduler<LL,MetricType<LL>,MetricDataPoint> |
MeasurementScheduler.forMetrics(String name,
Consumer<MetricDataPoint> completionHandler)
Static method that builds a scheduler for metric collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NumericMetricDataPoint
Numeric metric data that was collected.
|
class |
StringMetricDataPoint
String metric data that was collected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricBufferedStorageDispatcher.accept(MetricDataPoint sample) |
| Modifier and Type | Method and Description |
|---|---|
void |
HawkularStorageAdapter.storeMetrics(Set<MetricDataPoint> datapoints,
long waitMillis) |
void |
StorageAdapter.storeMetrics(Set<MetricDataPoint> datapoints,
long waitMillis)
Stores the given collected metric data points.
|
| Constructor and Description |
|---|
Worker(BlockingQueue<MetricDataPoint> queue) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.