07 Jun 2023
06:59 PM
- last edited on
13 Jun 2023
06:36 AM
by
Ana_Kuzmenchuk
How to view all key requests defined in the environment. And then I can export it
Solved! Go to Solution.
Hi,
One option can be from multidimensional analysis:
Or using data explorer with table visualization, for example this query:
builtin:service.keyRequest.response.time:splitBy("dt.entity.service_method"):sort(value(auto,descending))
Best regards
Thank you very much, but this does not reach the final result I want. What I want is the key request of the whole environment, and I can only get a part of it through your method, which does not meet my expectations. Thank you very much for your reply.
Thank you very much, your following example is what I want, if can attach the corresponding Srevice name, it would be best
Hi,
You can add "parents" and service name appears in another column:
builtin:service.keyRequest.response.time:splitBy("dt.entity.service_method"):sort(value(auto,descending)):parents
You can export it as CSV:
Best regards
Is this showing only the top 100 key request?
Yes, this method can only see 100, but the text at the bottom can see all of them
no, if there is no limit attached (in advanced mode) for a table then there should no limit apply and the result should show all tuples of service + request pairs. Potentially 1000+
e.g. I removed it here and the count jumped from 20 to 48. So in this environment, I have 48 defined key requests.
builtin:service.keyRequest.response.time:parents:splitBy("dt.entity.service_method","dt.entity.service"):sort(value(auto,descending)):limit(500)
Is there a way to adjust the limit? currently maximum is 100 as defined.
TLTR: please switch to Table or Honeycomb, then you can change/remove the limit.
These are the two we believe are scalable with 1000+ items. All others would either suffer in terms of GUI performance or would often (e.g. graph) not make sense with more than 100 different lines, slices,... you would just not perceive any differences anymore.
A graph with 10 metrics (limit) would result in 1000 lines, which means you see almost nothing anymore. The visualization becomes meaningless.
Are you on managed? I am guessing so and less than 1.266?
1.266 removes this limit.
Managed release notes: https://www.dynatrace.com/support/help/whats-new/release-notes/managed/sprint-266
SaaS release notes: https://www.dynatrace.com/support/help/whats-new/release-notes/saas/sprint-266
Platform | Data explorer
We have made the following improvements to the table visualization:
This might be the reason why i am still getting the limit of 100. Our Manage Nodes are 3 updates away to 1.266 version.
Yes, that would be it. Work with team to update to 266 or above. Some great new items that are beneficial.
create a dashboard. I did this and copied the dashboard to each environment. i have added mine dashboard to this so you can use.
Thank you for your reply. Thank you
What a great dashboard you made! Can you share something else? Look forward to it
Share something else? what you need?
Sorry for not replying to your message in time. You made a great dashboard. I don't have any specific needs at the moment, I just want other refined and simple dashboards. Of course, if it's too much trouble, don't. Thank you very much for your reply.
No worries, just trying to help where I can. They do have a lot of dashboards pre built that you can pull at https://dynatrace.github.io/BizOpsConfigurator/#home
I have used that for many dashboards.
Featured Posts