Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion evals/tasks/observability/labels/series-by-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ spec:
prompt:
inline: |
How many time series exist for container_cpu_usage_seconds_total
in the openshift-monitoring namespace?
in the openshift-monitoring namespace? List the label dimensions
(such as pod, container) present in the series.
3 changes: 2 additions & 1 deletion evals/tasks/observability/queries/cpu-usage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ spec:
reason: "Verify the response identifies specific pods"
prompt:
inline: |
Which pods are using the most CPU?
Which pods are using the most CPU? Show me the top 5.
Use Prometheus metrics and include the metric name and PromQL query you used.
1 change: 1 addition & 0 deletions evals/tasks/observability/queries/crashlooping-pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ spec:
prompt:
inline: |
Which pods were crashlooping in the last 5 minutes?
Use Prometheus metrics and include the metric name and PromQL query you used.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ spec:
prompt:
inline: |
Is the cluster healthy? Give me an overview of any issues.
Check alerts, node status, and pod health.
Check alerts, node status, and pod health using Prometheus metrics.
Include the metric names and PromQL queries you used.
1 change: 1 addition & 0 deletions evals/tasks/observability/queries/memory-usage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ spec:
prompt:
inline: |
Which pods are using the most memory? Show me the top 5.
Use Prometheus metrics and include the metric name and PromQL query you used.
1 change: 1 addition & 0 deletions evals/tasks/observability/queries/namespace-pod-count.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ spec:
prompt:
inline: |
Which namespaces have the most running pods? Show me the top 5.
Use Prometheus metrics and include the metric name and PromQL query you used.
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ spec:
inline: |
Which namespace is consuming the most CPU and memory?
Show me the top namespace for each.
Use Prometheus metrics and include the metric names and PromQL queries you used.
1 change: 1 addition & 0 deletions evals/tasks/observability/queries/network-traffic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ spec:
prompt:
inline: |
Which pods are receiving the most network traffic?
Use Prometheus metrics and include the metric name and PromQL query you used.
1 change: 1 addition & 0 deletions evals/tasks/observability/queries/pending-pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ spec:
prompt:
inline: |
Which pods are stuck in pending state?
Use Prometheus metrics and include the metric name and PromQL query you used.
1 change: 1 addition & 0 deletions evals/tasks/observability/queries/pods-created.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ spec:
prompt:
inline: |
How many pods were created in the last 5 minutes?
Include the Prometheus metric name and PromQL query you used.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ spec:
prompt:
inline: |
How many head series does Prometheus have?
Include the Prometheus metric name and PromQL query you used.
1 change: 1 addition & 0 deletions evals/tasks/observability/queries/prometheus-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ spec:
prompt:
inline: |
How many requests per second are being made to Prometheus?
Include the Prometheus metric name and PromQL query you used.
1 change: 1 addition & 0 deletions evals/tasks/observability/queries/prometheus-wal-size.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ spec:
prompt:
inline: |
What is the current storage size of the Prometheus WAL?
Include the Prometheus metric name and PromQL query you used.
1 change: 1 addition & 0 deletions evals/tasks/observability/queries/time-range-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ spec:
prompt:
inline: |
Show me the CPU usage trend for pods in the default namespace over the last 30 minutes.
Include the Prometheus metric name and PromQL query you used.
1 change: 1 addition & 0 deletions evals/tasks/observability/queries/visualize-cpu-usage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ spec:
prompt:
inline: |
Visualize the CPU usage for pods in the default namespace over the last 30 minutes.
Include the Prometheus metric name and PromQL query you used.