Skip to content

Commit c66f365

Browse files
committed
Trim down pre-existing queries
For balance, to retain about the same overall load on the server as before. Signed-off-by: Bryan Boreham <[email protected]>
1 parent b74ac89 commit c66f365

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

prombench/manifests/prombench/benchmark/6_loadgen.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ data:
2020
- expr: codelab_api_http_requests_in_progress
2121
- expr: 'codelab_api_requests_total{method="GET",path="/api/bar",status="200"}'
2222
- name: aggr_instant
23-
interval: 5s
23+
interval: 15s
2424
type: instant
2525
queries:
2626
- expr: sum by(image) (container_memory_rss)
@@ -45,7 +45,6 @@ data:
4545
queries:
4646
- expr: rate(codelab_api_requests_total{method=~"GET|POST"}[5m])
4747
- expr: sum without(instance) (rate(codelab_api_requests_total{method=~"GET|POST"}[5m]))
48-
- expr: histogram_quantile(0.99, sum by(path, le) (rate(codelab_api_request_duration_seconds_bucket{method="POST"}[5m])))
4948
- expr: histogram_quantile(0.99, sum by(path, method, le) (rate(codelab_api_request_duration_seconds_bucket{method="POST"}[5m])))
5049
- expr: histogram_quantile(0.99, sum by(instance, le) (rate(codelab_api_request_duration_seconds_bucket{method="POST"}[5m])))
5150
- name: arithmetic_operation

0 commit comments

Comments
 (0)