09 May 2024 10:15 AM
Hi, is there any builtin metric for throughput per service? thanks in advance.
Solved! Go to Solution.
09 May 2024 03:29 PM
Hi @kobkob
Yes, exist a metric for "throughput" per service.
(Understanding that throughput is the number of transactions of the service)
Metric selector:
builtin:service.requestCount.total:splitBy():sort(value(auto,descending)):limit(20)
Request count: Gives you the number of transactions identified in the service.
I hope it's helpful 💪