diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a0f00f5..2e5557ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -101,6 +101,7 @@ this release: - Add Emergency Events To Health Dashboard ([#3238](https://github.com/NetApp/harvest/pull/3238)) - Add Keyperf Metric Docs ([#3240](https://github.com/NetApp/harvest/pull/3240)) - Improve Harvest Memory Logging ([#3244](https://github.com/NetApp/harvest/pull/3244)) +- Doctor should handle embedded exporters ([#3258](https://github.com/NetApp/harvest/pull/3258)) ### :bug: Bug Fixes - Handled Non Exported Qtrees In Template ([#3105](https://github.com/NetApp/harvest/pull/3105)) @@ -127,6 +128,7 @@ this release: - Update Keyperf Collector Static Counter File Path ([#3241](https://github.com/NetApp/harvest/pull/3241)) - Fix Numbering In Quickstart ([#3249](https://github.com/NetApp/harvest/pull/3249)) - Fix Value Mapping In Tenant Dashboard ([#3253](https://github.com/NetApp/harvest/pull/3253)) +- Rename volume latency in keyperf ([#3261](https://github.com/NetApp/harvest/pull/3261)) ### :closed_book: Documentation - Fix Typo In Docs ([#3112](https://github.com/NetApp/harvest/pull/3112)) @@ -136,6 +138,7 @@ this release: - Remove Qos Service Latency Counter From Metric Docs ([#3188](https://github.com/NetApp/harvest/pull/3188)) - Add Space To Datacenter Dashboard Title ([#3225](https://github.com/NetApp/harvest/pull/3225)) - Update Release Months To Match Harvest Release Cadence ([#3236](https://github.com/NetApp/harvest/pull/3236)) +- Update KeyPerf metric docs ([#3260](https://github.com/NetApp/harvest/pull/3260)) ### :zap: Performance - Reduce Allocs When Reading Credential Files ([#3111](https://github.com/NetApp/harvest/pull/3111)) @@ -191,7 +194,7 @@ this release: --- -## 24.05.8 / 2024-08-12 Release +## 24.08.0 / 2024-08-12 Release - :gem: Harvest dashboards now include links to other relevant dashboards. This makes it easier to navigate relationships between cluster objects. diff --git a/docs/ontap-metrics.md b/docs/ontap-metrics.md index b4cf0becd..2d69aed01 100644 --- a/docs/ontap-metrics.md +++ b/docs/ontap-metrics.md @@ -7810,6 +7810,7 @@ Average latency in microseconds for the WAFL filesystem to process all the opera | API | Endpoint | Metric | Template | |--------|----------|--------|---------| | REST | `api/cluster/counter/tables/volume` | `average_latency`
Unit: microsec
Type: average
Base: total_ops | conf/restperf/9.12.0/volume.yaml | +| KeyPerf | `api/storage/volumes` | `statistics.latency_raw.total`
Unit: microsec
Type: average
Base: volume_statistics.iops_raw.total | conf/keyperf/9.15.0/volume.yaml | | ZAPI | `perf-object-get-instances volume` | `avg_latency`
Unit: microsec
Type: average
Base: total_ops | conf/zapiperf/cdot/9.8.0/volume.yaml | @@ -8058,15 +8059,6 @@ This metric represents the total amount of data that has been read from and writ | ZAPI | `NA` | `Harvest generated`
Unit:
Type:
Base: | conf/zapiperf/cdot/9.8.0/volume.yaml | -### node_volume_total_latency - -Performance metric aggregated over all types of I/O operations. node_volume_total_latency is [volume_total_latency](#volume_total_latency) aggregated by `node`. - -| API | Endpoint | Metric | Template | -|--------|----------|--------|---------| -| KeyPerf | `api/storage/volumes` | `statistics.latency_raw.total`
Unit: microsec
Type: average
Base: volume_statistics.iops_raw.total | conf/keyperf/9.15.0/volume.yaml | - - ### node_volume_total_ops Number of operations per second serviced by the volume. node_volume_total_ops is [volume_total_ops](#volume_total_ops) aggregated by `node`. @@ -14801,6 +14793,15 @@ Number of write operations per second to the volume | ZAPI | `perf-object-get-instances volume:vserver` | `write_ops`
Unit: per_sec
Type: rate
Base: | conf/zapiperf/cdot/9.8.0/volume_svm.yaml | +### svm_volume_avg_latency + +Performance metric aggregated over all types of I/O operations. svm_volume_avg_latency is [volume_avg_latency](#volume_avg_latency) aggregated by `svm`. + +| API | Endpoint | Metric | Template | +|--------|----------|--------|---------| +| KeyPerf | `api/storage/volumes` | `statistics.latency_raw.total`
Unit: microsec
Type: average
Base: volume_statistics.iops_raw.total | conf/keyperf/9.15.0/volume.yaml | + + ### svm_volume_other_data Performance metric for other I/O operations. Other I/O operations can be metadata operations, such as directory lookups and so on. svm_volume_other_data is [volume_other_data](#volume_other_data) aggregated by `svm`. @@ -14864,15 +14865,6 @@ Performance metric aggregated over all types of I/O operations. svm_volume_total | KeyPerf | `api/storage/volumes` | `statistics.throughput_raw.total`
Unit: b_per_sec
Type: rate
Base: | conf/keyperf/9.15.0/volume.yaml | -### svm_volume_total_latency - -Performance metric aggregated over all types of I/O operations. svm_volume_total_latency is [volume_total_latency](#volume_total_latency) aggregated by `svm`. - -| API | Endpoint | Metric | Template | -|--------|----------|--------|---------| -| KeyPerf | `api/storage/volumes` | `statistics.latency_raw.total`
Unit: microsec
Type: average
Base: volume_statistics.iops_raw.total | conf/keyperf/9.15.0/volume.yaml | - - ### svm_volume_total_ops Performance metric aggregated over all types of I/O operations. svm_volume_total_ops is [volume_total_ops](#volume_total_ops) aggregated by `svm`. @@ -15139,6 +15131,7 @@ Average latency in microseconds for the WAFL filesystem to process all the opera | API | Endpoint | Metric | Template | |--------|----------|--------|---------| | REST | `api/cluster/counter/tables/volume` | `average_latency`
Unit: microsec
Type: average
Base: total_ops | conf/restperf/9.12.0/volume.yaml | +| KeyPerf | `api/storage/volumes` | `statistics.latency_raw.total`
Unit: microsec
Type: average
Base: volume_statistics.iops_raw.total | conf/keyperf/9.15.0/volume.yaml | | ZAPI | `perf-object-get-instances volume` | `avg_latency`
Unit: microsec
Type: average
Base: total_ops | conf/zapiperf/cdot/9.8.0/volume.yaml | @@ -15861,15 +15854,6 @@ This metric represents the total amount of data that has been read from and writ | ZAPI | `volume` | `read_data, write_data`
Unit:
Type:
Base: | conf/zapiperf/cdot/9.8.0/volume.yaml | -### volume_total_latency - -Performance metric aggregated over all types of I/O operations. - -| API | Endpoint | Metric | Template | -|--------|----------|--------|---------| -| KeyPerf | `api/storage/volumes` | `statistics.latency_raw.total`
Unit: microsec
Type: average
Base: volume_statistics.iops_raw.total | conf/keyperf/9.15.0/volume.yaml | - - ### volume_total_ops Number of operations per second serviced by the volume