Skip to content

Commit

Permalink
add percentiles for APIResponsivenessPrometheusSimple
Browse files Browse the repository at this point in the history
  • Loading branch information
sonyafenge committed May 1, 2020
1 parent ba02242 commit 5ab0d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clusterloader2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ export CL2_ACCESS_TOKENS_QPS=5

Currently available measurements are:
- **APIResponsivenessPrometheusSimple** \
This measurement creates summary for latency and number for server api calls based on the data collected by the prometheus-operator/prometheus server.
This measurement creates percentiles of latency and number for server api calls based on the data collected by the prometheus server.
Api calls are divided by resource, subresource, verb and scope. \
This measurement verifies if [API call latencies SLO] is satisfied.
If prometheus-operator/prometheus server is not available, the measurement will be skipped.
If prometheus server is not available, the measurement will be skipped.
- **APIResponsivenessPrometheus** \
This measurement creates summary for latency and number for server api calls
based on the data collected by the prometheus server.
Expand Down

0 comments on commit 5ab0d72

Please sign in to comment.