Dynatrace Intelligence agentic and generative AI can help you analyze data for many different use cases. See the examples below to understand what kind of DQL output you can expect from your prompts.
See the selected pairs to understand what kind of DQL output you can expect from your prompts.
| Prompt | Generated query |
|---|---|
Show me all logs |
|
Show me all log lines from the last 6 hours |
|
Chart logs by their log level over timeExclude |
|
Show me the maximum number of logs ingested per hour for each loglevel and each host |
|
Compare the number of error logs from today with yesterday |
|
Show me all error logs over the last day with a granularity of one hour |
|
Show me 5 log sources with the highest volume |
|
Show me the most recurring log lines and add a column with the log source and AWS Region |
|
What is causing the most error log lines? |
|
Which host is experiencing the highest number of error logs? Show host name |
|
Maximum number of logs ingested per hour for each loglevel and each host sorted in descending order |
|
| Prompt | Generated query |
|---|---|
Return all events from the last three hours |
|
Show an aggregated view of events by kind over the last three hours |
|
| Prompt | Generated query |
|---|---|
Show all business events during business hours grouped by type and category |
|
Show all business events from the last month, grouped by type and category. Limit this to events during business days. Sort by category |
|
Show all business events over time by type |
|
Show timeseries of bizevents by source |
|
Show all easytravel |
|
Show all easytrade |
|
How many trades took place on easytrade in the last 24 hours? |
|
Summarize easytrade |
|
Show me the count of distinct emails containing |
|
| Prompt | Generated query |
|---|---|
Compare the number of Davis events day-by-day for the last week |
|
Summarize how many and which categories of Davis events occurred |
|
How many service slowdown events occurred yesterday? |
|
Compare the number of Davis events day-by-day for the last week |
|
Summarize how many and which categories of Davis events occurred |
|
| Prompt | Generated query |
|---|---|
Show me the average database response time broken down by host and database |
|
Show me the average database response time in 1 minute granularity, split by database |
|
| Prompt | Generated query |
|---|---|
Show the three most important metrics for host HOST-12ABC |
|
Show each lambda function's execution time as metric timeseries |
|
Compare last 24 hours' CPU usage with the corresponding timeframe from one week ago |
|
Show me the top ten processes with respect to memory consumption and the host they are running on |
|
Give me an overview of the CPU-related metrics for |
|
Show the CPU average from all Kubernetes services grouped by container name. Limit to top 10 |
|
| Prompt | Generated query |
|---|---|
Show me the top lambda function with respect to code size |
|
Show me the most tagged host groups |
|
How many Azure VMs do we have compared to ec2 instances? |
|
Show me the 5 shortest lived Kubernetes services |
|
How many AWS lambda functions are deployed? |
|
Show me all hosts with CPU usage greater than 60% over the last week |
|
| Prompt | Generated query |
|---|---|
Show number of problems by problem status for the last day, as a timeseries |
|
Summarize the top ten problems of the last 24 hours, ranked by number of affected entities |
|
Show most problem-affected entities |
|
Show all active problems by category as a timeseries |
|
Show active problems by their root cause, where the root cause is not null or empty |
|
How many entities are affected by a problem called "HTTP monitor global outage"? |
|
How many slowdown problems have been detected over the last 3 days? |
|
Show all problems that affected more than 500 users. Keep these fields: |
|
Show how many problems there have been this year, as a week-by-week comparison |
|