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
define aggregation ApiErroranalysisAgg
from Request
select apiName, apiVersion, apiMethod, apiResourceTemplate, responseCode, apiContext, sum(backendLatency) as backendLatency, sum(otherLatency) as otherLatency, count() as totalRequestCount, applicationName, label
group by responseCode, apiResourceTemplate
aggregate by requestTimestamp every seconds...years;
Query:
from ApiErroranalysisAgg
on (apiName == \"EmployeeApi\" and responseCode>200)
within 1560938182969L, 1576749384340L
per \"hour\"
select apiName, count(responseCode) as count, AGG_TIMESTAMP
group by AGG_TIMESTAMP
Affected Siddhi Version:
5.0.0- 5.1.12
The text was updated successfully, but these errors were encountered:
Description:
Aggregation:
Query:
Affected Siddhi Version:
5.0.0- 5.1.12
The text was updated successfully, but these errors were encountered: