Hello,Our application session is not a plain key-value pair, it contains an object called "UserInfo" and within this object, there are many properties.
Can I grab a specific property from this object from the HTTP request data collector?Example:Use...
Hello,I have configured a custom POJO rule to detect and split business transactions(refer to screenshot), but I noticed that some business transactions have IDs at the end of them(refer to screenshot)Example:BT name: wso2./identity/accounts/4.0.0/us...
Hello,I have configured MIDC(Method Invocation Data Collectors) on an application, to collect the status of orders, but the value is in numbers, how can I map numbers to string to create a meaningful dashboard.for example:1 ==> "Pending"2==> "Approve...
Hi Mario,Unfortunately, this didn't work, let me explain that more, I added "SSO:CurrentUserInfo" as a session key in the HTTP request data collector, the value was "BARQ.SSOClientIntegeration.UserInfoDto" as a string, and I need to grab "userId" pro...