28 Apr 2020 06:28 PM
Hi, I am able to create a metric for Server-side requests and apply the dimension with a Requests attribute 'AccountID' so that I can do the search for an account id 1234 requests from the custom chart itself.
I am trying to implement the same from the Applications/User action standpoint. I am able to capture the Requests Attribute AccountID as a String property but not able to create the metric in the same way that I did for Server-side requests.
What I am trying to achieve is, by defining a dimension with String Property 'AccountID' on User actions [which is same as request attribute on Server side], plot the metric in a custom chart, and I should be able to apply a filter on String Property 'AccountID' = 1234 on the Chart filter.
Thanks in advance for your help.
Solved! Go to Solution.
28 Apr 2020 09:36 PM
Since you have defined the string at the application level, you should be able to grab it and chart it from the User sessions and you can further customize it via the USQL
28 Apr 2020 09:41 PM
thanks @Chad T. so can't we do the other way? plot it on custom chart and do the filter on chart for an account id.
29 Apr 2020 02:03 PM
I dont see anything in the custom chart that defines any thing as a custom string property, so most likely not.
28 Apr 2020 09:59 PM
@Chad T. Also, in USQL can we convert the p95 or AVG val to seconds? if so, that would be helpful.
29 Apr 2020 02:05 PM
I dont believe so, That may be coming out as a future enhancement. AS of now I am unable to find that in the USQL as an option.
29 Apr 2020 02:47 PM
yeah. looks like the aggregator is not being supported yet