Available in Classic and VPC
Get preview chart with metric information.
Syntax
The syntax is as follows:
private Long periodStart;
private Long periodEnd;
private List<WidgetMetricInfoDto> metricsInfo;
Field
The following describes the fields:
Field | Type | Required | Description |
---|---|---|---|
periodStart |
long | Required | Query start time (milliseconds)
|
periodEnd |
long | Required | Query end time (milliseconds)
|
metricsInfo |
List<WidgetMetricInfoDto> | Required | Metric information for searching data |