Hi All,
I need to check maximum TPS for a proxy, also for a environment and for a region from the past data for my APIGEE X organization.
from analytics tab using API metric I was able to view average TPS for proxy and environment. But I need to view maximum TPS.
Use the API to query for tps for your specific API proxy and environment, over a short timeframe.
The tps will always be "averaged" - but you can shrink the aggregation interval to 1 minute I believe, if you set your filter to query over an hour. So the result will show you the average tps for each minute in the hour. If you repeat that for each hour you can then take the maximum of that set of metrics to find the max tps.
Hi @dchiesa1 ,
Thank you for your response.
I tried to frame the API as per your response:
to fetch tps value for each minute between 12-14 Oct 2024. Is this correct as per your suggestion?
If yes, can you help me with how to add filter part the API.