21 Nov 2019 05:08 PM
A) 1. Our Setup • Our application installed on 3 nodes: N1, N2, N3 • We have 3 components: C1, C2, C3 installed on N1, N2 and N3 respectively • Any request flows from C1 to C2 to C3 and then back in the reverse order • Dynatrace agents are installed on N1 and N2 (not on N3) • The time taken by C1, C2 and C3 are T1, T2 and T3 respectively. • The roundtrip time reported for a request is T1 + T2 + T3 Our Need • We want to know if there is any way in dynatrace to exclude T3. So the roundtrip for a request should be reported as T1 + T2 only and exclude T3.
i.e
How can we exclude certain host data to be a part of end to end response aggregation.
Solved! Go to Solution.
22 Nov 2019 07:39 AM
When you are looking on Service Flow:
I suppose you may see there hits to unmonitored server. What you can do here is picking the path to compontents that are monitored by clicking on one of such services to mark it as a filter:
Than, service flow will be recalculated for transactions that are passing monitored entities, without those unmonitored. You can add as many filters as you need one by one.
Sebastian
10 Dec 2019 03:29 PM
Thanks . Yes .. This workaround may help but required effort rather available directly as summary filter.