11 Jul 2023 08:53 PM - edited 12 Jul 2023 01:13 PM
What is the current limit or running limit on a production environment for key requests?
Can this limit be increased?
Solved! Go to Solution.
11 Jul 2023 09:06 PM
Here is document on Key Requests: https://www.dynatrace.com/support/help/platform-modules/applications-and-microservices/services/anal...
The number of key requests is limited:
When you reach that limit, consider using calculated service metrics, which offer you a more flexible approach.
To increase, talk to your account team.
12 Jul 2023 07:22 AM
Thanks for this @Kenny_Gillette. Is there an API call or any way that I can spool out all the key requests for an environment rather than navigating through the services one by one?
Please let me know so that I can review all that has been set in one worksheet rather than individual services
12 Jul 2023 12:37 PM
There is probably APIs but I haven't looked at that. I do have a dashboard to use by tenant 🙂
12 Jul 2023 12:41 PM
Thanks, @Kenny_Gillette for the insight. If you can view all the key requests on the dashboard view as you mention. Are you able to share the JSON so that I can see whether it can be useful for my tenant. Will appreciate
12 Jul 2023 12:47 PM
it is in the zip file attached
12 Jul 2023 12:48 PM
@Kenny_Gillette I aso se that you are only capturing top 100. Is it possible to list ALL of the key requests on this dashboard
12 Jul 2023 12:50 PM
I am getting top 500, just forgot to change label. Thanks for pointing out.
builtin:service.keyRequest.response.time:parents:splitBy("dt.entity.service_method","dt.entity.service"):sort(value(auto,descending)):limit(500)
12 Jul 2023 12:54 PM
Thanks it is just the label. Cheers for this @Kenny_Gillette
12 Jul 2023 01:11 PM
@Kenny_Gillette one last thing. I have a lot of key requests but this tile on the dashboard does not have the scrolling arrows to navigate through.
Have you set something to prevent this to happen or how do I enable for someone to be able to scroll through the tile as I have seen some tiles capable of having the scrolling arrows
12 Jul 2023 01:14 PM
Don't see at bottom?
12 Jul 2023 01:21 PM
Seen. Was a Browser issue 😅
13 Jul 2023 11:48 AM
Hello Community @Kenny_Gillette is there an api call or a way to remove key requests in bulk rather than one by one.
Please share. Need to remove some that were created but are too many to remove one by one
13 Jul 2023 12:35 PM
You would need to use Settings -> objects api.
When you are in a key request, you can see examples of APIs by clicking on API
then look at examples
you will need some type of code to go through different services unless they are all in one service.
Hope this helps.
13 Jul 2023 01:06 PM
Thanks @Kenny_Gillette Unfortunately they are under a huge number of different services. A bit of coding might be required.
DT might hopefully look at provide a UI that can list all key requests in an environment and their services and allow selection in bulk to perform delete or update operations. Going through one service and key request one at a time and select it to have to delete is a preety manual and tedious task. DT I believe is always championing for automated approaches to such tasks
13 Jul 2023 04:38 PM
You probably need to do an RFE. My guess is Dynatrace will suggest to code and use API.
15 Jul 2024 07:37 PM - edited 15 Jul 2024 07:40 PM
Did you get anywhere with this? I am also running into same issue. I want to clean up old key requests. Create RFE?