Skip to content

Commit

Permalink
fix: Qos latency spikes due to low IOPS
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss committed Jan 30, 2024
1 parent 6c84fb4 commit 6fdc0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configure-rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ of these parameters can be defined in the Harvest or object configuration files
|--------------------|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------:|
| `use_insecure_tls` | bool, optional | skip verifying TLS certificate of the target system | false |
| `client_timeout` | duration (Go-syntax) | how long to wait for server responses | 30s |
| `latency_io_reqd` | int, optional | threshold of IOPs for calculating latency metrics (latencies based on very few IOPs are unreliable) | 100 |
| `latency_io_reqd` | int, optional | threshold of IOPs for calculating latency metrics (latencies based on very few IOPs are unreliable) | 10 |
| `schedule` | list, required | the poll frequencies of the collector/object, should include exactly these three elements in the exact same other: | |
| - `counter` | duration (Go-syntax) | poll frequency of updating the counter metadata cache | 20 minutes |
| - `instance` | duration (Go-syntax) | poll frequency of updating the instance cache | 10 minutes |
Expand Down
2 changes: 1 addition & 1 deletion docs/configure-zapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ of these parameters can be defined in the Harvest or object configuration files
| `use_insecure_tls` | bool, optional | skip verifying TLS certificate of the target system | `false` |
| `client_timeout` | duration (Go-syntax) | how long to wait for server responses | 30s |
| `batch_size` | int, optional | max instances per API request | `500` |
| `latency_io_reqd` | int, optional | threshold of IOPs for calculating latency metrics (latencies based on very few IOPs are unreliable) | `100` |
| `latency_io_reqd` | int, optional | threshold of IOPs for calculating latency metrics (latencies based on very few IOPs are unreliable) | `10` |
| `schedule` | list, required | the poll frequencies of the collector/object, should include exactly these three elements in the exact same other: | |
| - `counter` | duration (Go-syntax) | poll frequency of updating the counter metadata cache (example value: `20m`) | |
| - `instance` | duration (Go-syntax) | poll frequency of updating the instance cache (example value: `10m`) | |
Expand Down

0 comments on commit 6fdc0e2

Please sign in to comment.