@Version(value="1.2.0")
Interface | Description |
---|---|
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 |
RegistrationListener provides a mechanism for products to notify
the productInsights feature that product extension data has been updated. |
Usage |
Provides the product specific metrics and related data for one collection interval.
|
Class | Description |
---|---|
AggregationMethodDescriptor<T extends AggregationMethodDescriptor<?>> |
Provides aggregation method descriptive information about a reported
Metric ,
that will be used to control how the metric information is displayed. |
Group |
Provides descriptive information about a user-defined group.
|
MetricDescriptor |
Provides descriptive information about a reported
Metric ,
that will be used to control how the metric information is displayed. |
MetricGroupDescriptor |
Provides group descriptive information about a reported
Metric ,
that will be used to control how the metric information is displayed. |
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.
|