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

Key User action limit reached

daniel_casas
Newcomer

Hello

We have reached the Key Users Actions limit, but we suppose that we have some KUA defined that are not currently used and we would be able to remove them and have possibility to define some more. Is there any way to identify if we have KUA not used but defined?

Thanks in advance for your help.  

4 REPLIES 4

Hello @daniel_casas 

  • You can reach out to Dynatrace product expert for limit adjustment as per the current setup and nodes sizing if it's possible.
  • If not possible, try to change the priorities for the current user actions for testing purpose.
  • for the max user actions per session it's set to 50 k, as a result once this limit is reached, Dynatrace automatically throttles the number of user sessions being captured until the number of user actions is below the limit again.
  • the possibility of configuring the key user actions either through the UI and the key user action update via rest API but as long as the limit has reached it won't pass successfully.

KR, 

Peter

gilgi
DynaMight Champion
DynaMight Champion

Hi @daniel_casas ,

You could write a small script to query the Dynatrace API for all defined key user actions (see https://docs.dynatrace.com/docs/dynatrace-api/configuration-api/rum/web-application-configuration-ap...) and then loop on each one to query the count of invocations for a large period of time.

 

Hi Daniel,

I modify my answer because it was wrong. I realized you asked for key user actions not for key web request. Sorry.

To get all key user actions you can get them using a USQL sentence like:
select name from useraction where keyUserAction="true"

Hope it helps.
Regards,
Elena.

daniel_casas
Newcomer

Thank you all. We are goint to try the different proposals and I will come back to you. Thanks again.

Featured Posts