07 May 2019
03:13 AM
- last edited on
27 Apr 2021
05:32 AM
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.
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"
}
thanks a lot! So actually is possible only with rest API, got it!
https://www.dynatrace.com/support/help/shortlink/api-metrics#web-application-1