You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Period attribute on MetricDataQuery should be supported, as-per the Application Signals API documentation. Without this, it doesn't seem possible to create an expression based MetricDataQuery:
error: At least one metricStat or expression in SliConfig should define a period.
Expected Behavior
a Period attribute should be accepted in a MetricDataQuery object.
Observed Behavior
a Period attribute is not accepted in a MetricDataQuery object.
Test Cases
A MetricDataQuery object with just an Id, Expression, ReturnData and Period should be correctly accepted.