Skip to content

Commit

Permalink
Merge pull request #622 from wojtek-t/measure_pod_startup_in_load
Browse files Browse the repository at this point in the history
Measure pod startup time in load test
  • Loading branch information
k8s-ci-robot authored Jul 10, 2019
2 parents 2f8cc48 + 2f258d9 commit 459486e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions clusterloader2/testing/load/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ steps:
Method: APIResponsivenessPrometheus
Params:
action: start
- Identifier: PodStartupLatency
Method: PodStartupLatency
Params:
action: start
labelSelector: group = load
threshold: 1h
{{if $ENABLE_PROBES}}
- Identifier: Probes
Method: Probes
Expand Down Expand Up @@ -275,6 +281,10 @@ steps:
{{if $ENABLE_PROMETHEUS_API_RESPONSIVENESS}}
enableViolations: true
{{end}}
- Identifier: PodStartupLatency
Method: PodStartupLatency
Params:
action: gather
{{if $ENABLE_PROBES}}
- Identifier: Probes
Method: Probes
Expand Down

0 comments on commit 459486e

Please sign in to comment.