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

Is possible to count how many user action have been stored on dynatrace?

d_sarais
Guide

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!

 

3 REPLIES 3

AlexanderSommer
Dynatrace Champion
Dynatrace Champion


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!


AlexanderSommer
Dynatrace Champion
Dynatrace Champion

https://www.dynatrace.com/support/help/shortlink/api-metrics#web-application-1


Featured Posts