You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(redundancy): add redundancy level configuration for smoke check (#556)
* feat(redundancy): add redundancy level configuration for smoke check
* feat(redundancy): add redundancy level configuration to download
* feat(redundancy): update redundancy level configuration to support multiple levels
* refactor(redundancy): remove deprecated r-level configuration in favor of r-levels
* fix(api): update header variable name for redundancy level in API requests
* fix: update redundancy level handling to use pointers for options
* chore(smoke): remove logging of redundancy levels in smoke check
* feat(smoke): add redundancy level and file size dimensions to metrics (#575)
Add redundancy_level label to all smoke check metrics to enable
per-redundancy-level and per-file-size analysis in Grafana dashboards.
- Add redundancy_level label to all per-operation metric vectors
- Change throughput metrics from Gauge to Histogram for quantile support
- Add upload_success/download_success counters
- Add uploaded_bytes_total/downloaded_bytes_total counters
* fix: simplify redundancy level checks by removing direct comparison to NONE
* fix: revert back changed metrics
---------
Co-authored-by: Ljubiša Gačević <35105035+gacevicljubisa@users.noreply.github.com>
Co-authored-by: Ljubisa Gacevic <ljubisa.rs@gmail.com>
0 commit comments