Hi Experts,
I am trying to get the average response of group calls
Example:
/services/term1/us-en/paymentmethod-1
/services/term1/in-en/paymentmethod-1
/services/term1/ch-gn/paymentmethod-1
I need to club all of them and make a single call and get the average response of the above calls
What i did
Metric-> lines
y-axis->Aggregation-> Average and field->response_time,
Buckets, x-axis-> date histogram, timestamp per minute,
split-series->terms, requesting the api data
I am getting above calls one by one with average response time
But my requirement is club all the term1 into one call and get the average response time(0.06+0.05+0.09/3) if it is 3 calls and based on calls needs to count.