| Package | Description |
|---|---|
| org.rhq.metrics.core |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
Tenant.addAggregationTemplate(AggregationTemplate template) |
Tenant |
Tenant.setId(String id) |
Tenant |
Tenant.setRetention(MetricType type,
int hours) |
Tenant |
Tenant.setRetention(MetricType type,
Interval interval,
int hours) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
MetricsService.createTenant(Tenant tenant)
This method should be call before ever inserting any data to ensure that the tenant id is unique and to establish
any global configuration for data retention and for pre-computed aggregates.
|
Copyright © 2014 Red Hat, Inc.. All rights reserved.