21 Feb 2019 04:34 AM
Hello,
When using above when every request has a different attribute value, this creates an extensive list of requests. Is there a performance penalty in this or is Dynatrace designed for this?
KR Henk
Solved! Go to Solution.
21 Feb 2019 06:54 AM
I think there is just a very small unmeasurable penalty. Even if you use regex for extraction, Dynatrace won't allow you to use greedy regex. I also recommend involving tagging or another filtering of scope (process group or technology type) so the request attributes would not be captured where they either never present or you don't need to capture them.
Just curious - how many request attributes do you have?
21 Feb 2019 07:45 AM
Hi Julius,
For now I have only create 2, but one of the attributes contains an unique number. I want to add just a few more but do not want to break stuff (-;
KR Henk