cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Aggregate load and XHR actions

Adrian_Kefirov
Participant

Hello, to measure user activity, I need to make a chart in which to aggregate all actions. The problem is that the same actions can be performed through different fields. and one action is like a XHR action or Load action.

There is a way to visualize them in a dashboard, but it shows the result in different columns on different rows.

How can I aggregate the result in one row in one column to show aggregation of load and XHR action.  

Adrian_Kefirov_0-1681902101872.png

 

 

4 REPLIES 4

radek_jasinski
DynaMight Guru
DynaMight Guru

Hi @Adrian_Kefirov 

You should to use below metrics and split by Browser or Web Application

  • Action count - load action (by browser) [web]
  • Action count - XHR action (by browser) [web]

Screenshot 2023-04-19 at 14.39.35.png

Radek

Have a nice day!

It is not a solution, values are still in different columns...
I tried something like this, but looks like the syntax should be different:
builtin:apps.web.action.count.load.browser:splitBy("dt.entity.application_method"):sort(value(auto,descending)):limit(100) +
builtin:apps.web.action.count.xhr.browser:splitBy("dt.entity.application_method"):sort(value(auto,descending)):limit(100)

Ana_Kuzmenchuk
Community Team
Community Team

Hello @Adrian_Kefirov, did Radek's suggestion solve your issue maybe? If so, you can accept it as a solution to let others in the Community know it's been resolved 😉 thank you!

The only constant is change. Finding ways for great things to happen!

Yes, of course Ana, but can I back from a vacantion 😋 

Featured Posts