This message was deleted.
# support
s
This message was deleted.
s
I didn’t understand your question properly. Can we create a dashboard of APDEX for all service in this version? This was always possible. APDEX is a simple derived metric from the existing data.
s
What I mean from a single dashboard's panel can we get value APDEX for all services based on variable like below.
s
Yes, you write query and formula to achieve it.
s
Can you please give the a guideline which traces option we need to use? As per code we can see formula is like
Copy code
APDEX_TRACES = '((B + C)/2)/A',
APDEX_DELTA_SPAN_METRICS = '(B + C/2)/A',
APDEX_CUMULATIVE_SPAN_METRICS = '((B + C)/2)/A',
But still can not determine the appropriate value of A,B and C.
s
A - total requests, B - requests with duration < threshold, C - requests with duration < 4 * threshold.
🙌 1
👍 1