Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.46 KB

MetricQuery.md

File metadata and controls

33 lines (19 loc) · 1.46 KB

MetricQuery

Object representing a single metrics query

Properties

Name Type Description Notes
id String Mandatory for all request. User defined ID for identifying the request for your internal reference
name MetricName
aggregationPeriod AggregationPeriodEnum Set the aggregation period. Allowed periods are DAY, WEEK, MONTH
groupBy String Group your metric with a groupBy field. Allowed fields are ACCOUNT_ID EVENT_STATUS SCHEMA_NAME USAGE_METER_ID Please refer the table above for the list of combinations allowed in the groupBy [optional]
configs Map<String, String> Configurations. Metric Name
filters List<MetricQueryFilterEntry> Filter on specific fields. Refer possible fieldNames and fieldValues from the table above. [optional]

Enum: AggregationPeriodEnum

Name Value
DAY "DAY"
WEEK "WEEK"
MONTH "MONTH"

Implemented Interfaces

  • Serializable