@Version("1.2.0")
Package com.ibm.wsspi.usage.metering
- Version:
- 1.2.0
-
Interface Summary Interface Description MeteringContext Exposes context information used by the usage metering feature when performing product registration and usage reporting to the metering service, which may be useful toProductExtension
implementations.Metric Represents one measure of product usage.ProductExtension Provides product specific extensions and metrics for products that have been identified from the installed product version and tag files.RegistrationListener Provides a mechanism for products to notify the usageMetering feature that product extension data has been updated.Usage Provides the product specific metrics and related data for one collection interval. -
Class Summary Class Description AggregationMethodDescriptor<T extends AggregationMethodDescriptor<?>> Provides aggregation method descriptive information about a reportedMetric
, that will be used to control how the metric information is displayed.Group Provides descriptive information about a user-defined group.MetricCapDescriptor Provides descriptive information that controls the monthly aggregation algorithm used by the metering service for calculating either hourly or peak values for a metric.MetricDescriptor Provides descriptive information about a reportedMetric
, that will be used to control how the metric information is displayed.MetricGroupDescriptor Provides group descriptive information about a reportedMetric
, that will be used to control how the metric information is displayed. -
Enum Summary Enum Description AggregationMethodDescriptor.RangeAggregationMethod The allowed aggregation method types for an entire time range.AggregationMethodDescriptor.SliceAggregationMethod The allowed aggregation method types for small time periods (for example, hours when looking at a day).MetricGroupDescriptor.GroupRollUp String, specifying that this group should logically represent a single value for all instances when aggregating metrics for parent groups.