| Interface | Description |
|---|---|
| MetricsService |
Interface that defines the functionality of the Metrics Service.
|
| NumericMetric |
A set of pre-computed aggregates over a time interval (called bucket here) or a raw
numeric data for a time instant.
|
| Class | Description |
|---|---|
| AggregatedValue |
An aggregated numeric value.
|
| AggregationTemplate |
A template for creating pre-computed aggregate metrics.
|
| Availability | |
| AvailabilityMetric | |
| Counter |
A counter for tracking the number of some events, such as page hits.
|
| Interval |
Describes an interval or duration intended to be used with aggregated metrics.
|
| Metric<T extends MetricData> | |
| MetricData | |
| MetricId | |
| MetricsThreadFactory | |
| NumericData |
A numeric metric data point.
|
| NumericDataPoint | |
| NumericMetric2 | |
| RawMetricMapper | |
| RawNumericMetric | |
| RetentionSettings |
The data retention settings configured and stored at the tenant level.
|
| RetentionSettings.RetentionKey |
The key class used in
RetentionSettings internal map. |
| Tag | |
| Tenant |
RHQ Metrics provides multi-tenancy support.
|
| Enum | Description |
|---|---|
| AvailabilityType | |
| DataType | |
| Interval.Units | |
| MetricType |
An enumeration of the supported metric types which currently includes,
numeric
availability
log events
|
| Exception | Description |
|---|---|
| MetricAlreadyExistsException | |
| TenantAlreadyExistsException | |
| TenantDoesNotExistException |
Copyright © 2014 Red Hat, Inc.. All rights reserved.