How to get average respose time(count group by) of api calls

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.

split-series->terms, requesting the api data

You want an average across all three, correct? Is it possible that this is the part thats putting them into separate buckets?

Is it possible that this is the part thats putting them into separate buckets?

I am not clear, and do not know how to do, can you please explain

split-series->terms, requesting the api data

I think this part is putting each URL into a separate bucket. If you remove that split series I think you'll see what you want.

And if thats not helpful, please share screenshots of your configuration.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.