07 May 2019 11:13 AM - last edited on 27 Apr 2021 01:32 PM by MaciejNeumann
Hi all,
I would to know how many user action my users are performing but dynatrace only tell me the frequency (useraction per minute). Is there a way to know the total count?
Thanks a lot!
Solved! Go to Solution.
07 May 2019 12:56 PM
You can use the Rest API:
{
"timeseriesId": "com.dynatrace.builtin:app.useractions",
"displayName": "User action count",
"dimensions": [
"APPLICATION"
],
"unit": "Count (count)",
"detailedSource": "Web application",
"types": [],
"aggregationTypes": [
"COUNT"
],
"filter": "BUILTIN"
}
07 May 2019 01:25 PM
thanks a lot! So actually is possible only with rest API, got it!
07 May 2019 12:59 PM
https://www.dynatrace.com/support/help/shortlink/api-metrics#web-application-1