| 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 IntervalBasedScheduler<MetricType<Object>,MetricDataPoint> |
IntervalBasedScheduler.forMetrics(String name,
int schedulerThreads,
Consumer<MetricDataPoint> completionHandler)
Static method that builds a scheduler (along with its thread pool) for metric collection.
|
| Modifier and Type | Method and Description |
|---|---|
static IntervalBasedScheduler<MetricType<Object>,MetricDataPoint> |
IntervalBasedScheduler.forMetrics(String name,
int schedulerThreads,
Consumer<MetricDataPoint> completionHandler)
Static method that builds a scheduler (along with its thread pool) for metric collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricBufferedStorageDispatcher.accept(MetricDataPoint sample) |
| Modifier and Type | Method and Description |
|---|---|
void |
HawkularStorageAdapter.storeMetrics(Set<MetricDataPoint> datapoints) |
void |
MetricsOnlyStorageAdapter.storeMetrics(Set<MetricDataPoint> datapoints) |
void |
StorageAdapter.storeMetrics(Set<MetricDataPoint> datapoints)
Stores the given collected metric data points.
|
| Constructor and Description |
|---|
Worker(BlockingQueue<MetricDataPoint> queue) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.