OBJECT
EntityAggregationItems
link GraphQL Schema definition
- type EntityAggregationItems implements CommonAggregationItems {
- # The name of the aggregation, concatenates the field name and aggregation type
- String! :
- # Number of distinct buckets
- Long! :
- EntityAggregationItem!] : [
- # Field key for which values are being aggregated.
- #
- # For entities, the field format is
- # `[[namespaces.
.](properties.|tags.)]` - String! :
- # Value contains the result of min, max and sum metric aggregations
- Float :
- # Value contains the result of percentiles and stats metric aggregations
- EntityMetricAggregationValue!] : [
- }