{"id":21526342,"url":"https://github.com/netapp/harvest-metrics","last_synced_at":"2026-02-11T20:33:32.910Z","repository":{"id":46653038,"uuid":"411326439","full_name":"NetApp/harvest-metrics","owner":"NetApp","description":"Harvest auto-support binaries","archived":false,"fork":false,"pushed_at":"2025-08-11T11:46:02.000Z","size":85318,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-09-06T01:37:20.911Z","etag":null,"topics":["netapp-public"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NetApp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-28T14:56:44.000Z","updated_at":"2025-05-12T14:02:03.000Z","dependencies_parsed_at":"2025-09-06T01:46:12.510Z","dependency_job_id":null,"html_url":"https://github.com/NetApp/harvest-metrics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NetApp/harvest-metrics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetApp%2Fharvest-metrics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetApp%2Fharvest-metrics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetApp%2Fharvest-metrics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetApp%2Fharvest-metrics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NetApp","download_url":"https://codeload.github.com/NetApp/harvest-metrics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetApp%2Fharvest-metrics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29344059,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["netapp-public"],"created_at":"2024-11-24T01:44:39.838Z","updated_at":"2026-02-11T20:33:32.892Z","avatar_url":"https://github.com/NetApp.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Harvest Autosupport\n\nBy default, Harvest sends basic poller information to NetApp on a daily\ncadence. This behavior can be disabled by adding `autosupport_disabled: true` to\nthe `Tools` section of your `harvest.yml` file. e.g.\n\n```\nTools:\n  autosupport_disabled: true\n```\n\nThis information is collected and sent via the `autosupport/asup` executable. Harvest\nautosupport does not gather or transmit Personally Identifiable Information\n(PII) or Personal Information. `autosupport/asup` comes with a [end user license\nagreement](NetApp-EULA.md) that is not applicable to the other Harvest binaries\nin `./bin`. This EULA only applies to `autosupport/asup`. \n\nYou can learn more about NetApp's commitment to data security and trust\n[here](https://www.netapp.com/us/company/trust-center/index.aspx).\n\n## Example Autosupport Information\n\nAn example payload sent by Harvest looks like this. You can see exactly what Harvest sends by checking the `./asup/payload/` directory.\n\n```\n{\n  \"Target\": {\n    \"Version\": \"9.10.1\",\n    \"Model\": \"cdot\",\n    \"Serial\": \"1-80-000011\",\n    \"Ping\": 0,\n    \"ClusterUuid\": \"37387241-8b57-11e9-8974-00a098e0219a\"\n  },\n  \"Harvest\": {\n    \"HostHash\": \"df62c133cbd0fef8ccda100e3c04c33eb3b2d911\",\n    \"UUID\": \"fe19da98aea5c555d95292170e7251e037819ee6\",\n    \"Version\": \"2.0.2\",\n    \"Release\": \"rc2\",\n    \"Commit\": \"HEAD\",\n    \"BuildDate\": \"undefined\",\n    \"NumClusters\": 1\n  },\n  \"Platform\": {\n    \"OS\": \"darwin\",\n    \"Arch\": \"darwin\",\n    \"Memory\": {\n      \"TotalKb\": 33554432,\n      \"AvailableKb\": 13753660,\n      \"UsedKb\": 19800772\n    },\n    \"CPUs\": 1\n  },\n  \"Nodes\": {\n    \"Count\": 2,\n    \"DataPoints\": 33,\n    \"PollTime\": 225683,\n    \"ApiTime\": 225158,\n    \"ParseTime\": 232,\n    \"PluginTime\": 5,\n    \"Uuids\": [\n      \"95f94e8d-8b4e-11e9-8974-00a098e0219a\",\n      \"e0362156-8b4d-11e9-b263-00a098e0060e\"\n    ]\n  },\n  \"Volumes\": {\n    \"Count\": 462,\n    \"DataPoints\": 16618,\n    \"PollTime\": 2151647,\n    \"ApiTime\": 632082,\n    \"ParseTime\": 66963,\n    \"PluginTime\": 2309\n  },\n  \"Collectors\": [\n    {\n      \"Name\": \"Zapi\",\n      \"Query\": \"system-node-get-iter\",\n      \"BatchSize\": \"500\",\n      \"ClientTimeout\": \"180\",\n      \"Schedules\": [\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"180s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 17,\n        \"List\": [\n          \"node-details-info cpu-busytime\",\n          \"node-details-info env-failed-fan-count\",\n          \"node-details-info env-failed-fan-message\",\n          \"node-details-info env-failed-power-supply-count\",\n          \"node-details-info env-failed-power-supply-message\",\n          \"node-details-info env-over-temperature\",\n          \"node-details-info is-node-healthy\",\n          \"node-details-info maximum-aggregate-size\",\n          \"node-details-info maximum-number-of-volumes\",\n          \"node-details-info maximum-volume-size\",\n          \"node-details-info node\",\n          \"node-details-info node-location\",\n          \"node-details-info node-model\",\n          \"node-details-info node-serial-number\",\n          \"node-details-info node-uptime\",\n          \"node-details-info node-vendor\",\n          \"node-details-info product-version\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"Zapi\",\n      \"Query\": \"aggr-get-iter\",\n      \"BatchSize\": \"500\",\n      \"ClientTimeout\": \"180\",\n      \"Schedules\": [\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"180s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 46,\n        \"List\": [\n          \"aggr-attributes aggregate-name\",\n          \"aggr-attributes aggregate-uuid\",\n          \"aggr-attributes aggr-ownership-attributes home-name\",\n          \"aggr-attributes aggr-raid-attributes aggregate-type\",\n          \"aggr-attributes aggr-raid-attributes disk-count\",\n          \"aggr-attributes aggr-raid-attributes plex-count\",\n          \"aggr-attributes aggr-raid-attributes raid-size\",\n          \"aggr-attributes aggr-raid-attributes state\",\n          \"aggr-attributes aggr-inode-attributes files-private-used\",\n          \"aggr-attributes aggr-inode-attributes files-total\",\n          \"aggr-attributes aggr-inode-attributes files-used\",\n          \"aggr-attributes aggr-inode-attributes inodefile-private-capacity\",\n          \"aggr-attributes aggr-inode-attributes inodefile-public-capacity\",\n          \"aggr-attributes aggr-inode-attributes maxfiles-available\",\n          \"aggr-attributes aggr-inode-attributes maxfiles-possible\",\n          \"aggr-attributes aggr-inode-attributes maxfiles-used\",\n          \"aggr-attributes aggr-inode-attributes percent-inode-used-capacity\",\n          \"aggr-attributes aggr-space-attributes capacity-tier-used\",\n          \"aggr-attributes aggr-space-attributes data-compacted-count\",\n          \"aggr-attributes aggr-space-attributes data-compaction-space-saved\",\n          \"aggr-attributes aggr-space-attributes data-compaction-space-saved-percent\",\n          \"aggr-attributes aggr-space-attributes hybrid-cache-size-total\",\n          \"aggr-attributes aggr-space-attributes percent-used-capacity\",\n          \"aggr-attributes aggr-space-attributes performance-tier-inactive-user-data\",\n          \"aggr-attributes aggr-space-attributes performance-tier-inactive-user-data-percent\",\n          \"aggr-attributes aggr-space-attributes physical-used\",\n          \"aggr-attributes aggr-space-attributes physical-used-percent\",\n          \"aggr-attributes aggr-space-attributes sis-shared-count\",\n          \"aggr-attributes aggr-space-attributes sis-space-saved\",\n          \"aggr-attributes aggr-space-attributes sis-space-saved-percent\",\n          \"aggr-attributes aggr-space-attributes size-available\",\n          \"aggr-attributes aggr-space-attributes size-total\",\n          \"aggr-attributes aggr-space-attributes size-used\",\n          \"aggr-attributes aggr-space-attributes total-reserved-space\",\n          \"aggr-attributes aggr-volume-count-attributes flexvol-count\",\n          \"aggr-attributes aggr-snapshot-attributes files-total\",\n          \"aggr-attributes aggr-snapshot-attributes files-used\",\n          \"aggr-attributes aggr-snapshot-attributes maxfiles-available\",\n          \"aggr-attributes aggr-snapshot-attributes maxfiles-possible\",\n          \"aggr-attributes aggr-snapshot-attributes maxfiles-used\",\n          \"aggr-attributes aggr-snapshot-attributes percent-inode-used-capacity\",\n          \"aggr-attributes aggr-snapshot-attributes percent-used-capacity\",\n          \"aggr-attributes aggr-snapshot-attributes size-available\",\n          \"aggr-attributes aggr-snapshot-attributes size-total\",\n          \"aggr-attributes aggr-snapshot-attributes size-used\",\n          \"aggr-attributes aggr-snapshot-attributes snapshot-reserve-percent\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"Zapi\",\n      \"Query\": \"volume-get-iter\",\n      \"BatchSize\": \"500\",\n      \"ClientTimeout\": \"180\",\n      \"Schedules\": [\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"180s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 38,\n        \"List\": [\n          \"volume-attributes volume-autosize-attributes maximum-size\",\n          \"volume-attributes volume-autosize-attributes grow-threshold-percent\",\n          \"volume-attributes volume-id-attributes instance-uuid\",\n          \"volume-attributes volume-id-attributes name\",\n          \"volume-attributes volume-id-attributes node\",\n          \"volume-attributes volume-id-attributes owning-vserver-name\",\n          \"volume-attributes volume-id-attributes containing-aggregate-name\",\n          \"volume-attributes volume-id-attributes style-extended\",\n          \"volume-attributes volume-inode-attributes files-used\",\n          \"volume-attributes volume-inode-attributes files-total\",\n          \"volume-attributes volume-sis-attributes compression-space-saved\",\n          \"volume-attributes volume-sis-attributes deduplication-space-saved\",\n          \"volume-attributes volume-sis-attributes total-space-saved\",\n          \"volume-attributes volume-sis-attributes percentage-compression-space-saved\",\n          \"volume-attributes volume-sis-attributes percentage-deduplication-space-saved\",\n          \"volume-attributes volume-sis-attributes percentage-total-space-saved\",\n          \"volume-attributes volume-space-attributes expected-available\",\n          \"volume-attributes volume-space-attributes filesystem-size\",\n          \"volume-attributes volume-space-attributes logical-available\",\n          \"volume-attributes volume-space-attributes logical-used\",\n          \"volume-attributes volume-space-attributes logical-used-by-afs\",\n          \"volume-attributes volume-space-attributes logical-used-by-snapshots\",\n          \"volume-attributes volume-space-attributes logical-used-percent\",\n          \"volume-attributes volume-space-attributes physical-used\",\n          \"volume-attributes volume-space-attributes physical-used-percent\",\n          \"volume-attributes volume-space-attributes size\",\n          \"volume-attributes volume-space-attributes size-available\",\n          \"volume-attributes volume-space-attributes size-total\",\n          \"volume-attributes volume-space-attributes size-used\",\n          \"volume-attributes volume-space-attributes percentage-size-used\",\n          \"volume-attributes volume-space-attributes size-used-by-snapshots\",\n          \"volume-attributes volume-space-attributes size-available-for-snapshots\",\n          \"volume-attributes volume-space-attributes snapshot-reserve-available\",\n          \"volume-attributes volume-space-attributes snapshot-reserve-size\",\n          \"volume-attributes volume-space-attributes percentage-snapshot-reserve\",\n          \"volume-attributes volume-space-attributes percentage-snapshot-reserve-used\",\n          \"volume-attributes volume-state-attributes state\",\n          \"volume-attributes volume-state-attributes status\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"Zapi\",\n      \"Query\": \"snapmirror-get-iter\",\n      \"BatchSize\": \"500\",\n      \"ClientTimeout\": \"180\",\n      \"Schedules\": [\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"180s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 27,\n        \"List\": [\n          \"snapmirror-info break-failed-count\",\n          \"snapmirror-info break-successful-count\",\n          \"snapmirror-info destination-volume\",\n          \"snapmirror-info destination-volume-node\",\n          \"snapmirror-info destination-vserver\",\n          \"snapmirror-info is-healthy\",\n          \"snapmirror-info lag-time\",\n          \"snapmirror-info last-transfer-duration\",\n          \"snapmirror-info last-transfer-end-timestamp\",\n          \"snapmirror-info last-transfer-size\",\n          \"snapmirror-info last-transfer-type\",\n          \"snapmirror-info newest-snapshot-timestamp\",\n          \"snapmirror-info relationship-id\",\n          \"snapmirror-info relationship-status\",\n          \"snapmirror-info relationship-type\",\n          \"snapmirror-info relationship-group-type\",\n          \"snapmirror-info resync-failed-count\",\n          \"snapmirror-info resync-successful-count\",\n          \"snapmirror-info schedule\",\n          \"snapmirror-info source-volume\",\n          \"snapmirror-info source-vserver\",\n          \"snapmirror-info source-node\",\n          \"snapmirror-info total-transfer-bytes\",\n          \"snapmirror-info total-transfer-time-secs\",\n          \"snapmirror-info unhealthy-reason\",\n          \"snapmirror-info update-failed-count\",\n          \"snapmirror-info update-successful-count\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"Zapi\",\n      \"Query\": \"storage-disk-get-iter\",\n      \"BatchSize\": \"500\",\n      \"ClientTimeout\": \"180\",\n      \"Schedules\": [\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"180s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 20,\n        \"List\": [\n          \"storage-disk-info disk-uid\",\n          \"storage-disk-info disk-name\",\n          \"storage-disk-info disk-inventory-info bytes-per-sector\",\n          \"storage-disk-info disk-inventory-info capacity-sectors\",\n          \"storage-disk-info disk-inventory-info disk-type\",\n          \"storage-disk-info disk-inventory-info is-shared\",\n          \"storage-disk-info disk-inventory-info model\",\n          \"storage-disk-info disk-inventory-info serial-number\",\n          \"storage-disk-info disk-inventory-info shelf\",\n          \"storage-disk-info disk-inventory-info shelf-bay\",\n          \"storage-disk-info disk-ownership-info home-node-name\",\n          \"storage-disk-info disk-ownership-info owner-node-name\",\n          \"storage-disk-info disk-ownership-info is-failed\",\n          \"storage-disk-info disk-stats-info average-latency\",\n          \"storage-disk-info disk-stats-info disk-io-kbps\",\n          \"storage-disk-info disk-stats-info power-on-time-interval\",\n          \"storage-disk-info disk-stats-info sectors-read\",\n          \"storage-disk-info disk-stats-info sectors-written\",\n          \"storage-disk-info disk-raid-info disk-outage-info reason\",\n          \"storage-disk-info disk-raid-info disk-shared-info aggregate-list shared-aggregate-info aggregate-name\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"Zapi\",\n      \"Query\": \"storage-shelf-info-get-iter\",\n      \"BatchSize\": \"500\",\n      \"ClientTimeout\": \"180\",\n      \"Schedules\": [\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"180s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 9,\n        \"List\": [\n          \"storage-shelf-info disk-count\",\n          \"storage-shelf-info module-type\",\n          \"storage-shelf-info serial-number\",\n          \"storage-shelf-info shelf\",\n          \"storage-shelf-info shelf-model\",\n          \"storage-shelf-info shelf-uid\",\n          \"storage-shelf-info state\",\n          \"storage-shelf-info vendor-name\",\n          \"storage-shelf-info op-status\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"Zapi\",\n      \"Query\": \"diagnosis-status-get\",\n      \"ClientTimeout\": \"180\",\n      \"Schedules\": [\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"180s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 1,\n        \"List\": [\n          \"status\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"Zapi\",\n      \"Query\": \"diagnosis-subsystem-config-get-iter\",\n      \"BatchSize\": \"500\",\n      \"ClientTimeout\": \"180\",\n      \"Schedules\": [\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"180s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 4,\n        \"List\": [\n          \"diagnosis-subsystem-config-info health\",\n          \"diagnosis-subsystem-config-info subsystem\",\n          \"diagnosis-subsystem-config-info outstanding-alert-count\",\n          \"diagnosis-subsystem-config-info suppressed-alert-count\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"Zapi\",\n      \"Query\": \"lun-get-iter\",\n      \"BatchSize\": \"500\",\n      \"ClientTimeout\": \"180\",\n      \"Schedules\": [\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"180s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 9,\n        \"List\": [\n          \"lun-info node\",\n          \"lun-info path\",\n          \"lun-info qtree\",\n          \"lun-info size\",\n          \"lun-info size-used\",\n          \"lun-info state\",\n          \"lun-info uuid\",\n          \"lun-info volume\",\n          \"lun-info vserver\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"system:node\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 25,\n        \"List\": [\n          \"instance_name\",\n          \"avg_processor_busy\",\n          \"cpu_elapsed_time\",\n          \"uptime\",\n          \"memory\",\n          \"total_data\",\n          \"total_latency\",\n          \"total_ops\",\n          \"cifs_ops\",\n          \"nfs_ops\",\n          \"iscsi_ops\",\n          \"fcp_ops\",\n          \"nvmf_ops\",\n          \"disk_data_read\",\n          \"disk_data_written\",\n          \"hdd_data_read\",\n          \"hdd_data_written\",\n          \"ssd_data_read\",\n          \"ssd_data_written\",\n          \"net_data_recv\",\n          \"net_data_sent\",\n          \"fcp_data_recv\",\n          \"fcp_data_sent\",\n          \"nvmf_data_recv\",\n          \"mvmf_data_sent\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"hostadapter\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 4,\n        \"List\": [\n          \"instance_name\",\n          \"node_name\",\n          \"bytes_read\",\n          \"bytes_written\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"path\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 11,\n        \"List\": [\n          \"instance_name\",\n          \"instance_uuid\",\n          \"node_name\",\n          \"read_iops\",\n          \"read_data\",\n          \"write_data\",\n          \"write_iops\",\n          \"total_data\",\n          \"total_iops\",\n          \"read_latency\",\n          \"write_latency\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"disk:constituent\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 23,\n        \"List\": [\n          \"instance_uuid\",\n          \"instance_name\",\n          \"cp_read_chain\",\n          \"cp_read_latency\",\n          \"cp_reads\",\n          \"disk_busy\",\n          \"disk_capacity\",\n          \"disk_speed\",\n          \"io_pending\",\n          \"io_queued\",\n          \"node_name\",\n          \"physical_disk_name\",\n          \"raid_group\",\n          \"raid_type\",\n          \"total_transfers\",\n          \"user_read_chain\",\n          \"user_read_blocks\",\n          \"user_read_latency\",\n          \"user_reads\",\n          \"user_write_chain\",\n          \"user_write_blocks\",\n          \"user_write_latency\",\n          \"user_writes\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"fcvi\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 6,\n        \"List\": [\n          \"instance_name\",\n          \"instance_uuid\",\n          \"node_name\",\n          \"rdma_write_throughput\",\n          \"rdma_write_ops\",\n          \"rdma_write_avg_latency\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"ext_cache_obj\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 20,\n        \"List\": [\n          \"instance_name\",\n          \"instance_uuid\",\n          \"node_name\",\n          \"disk_reads_replaced\",\n          \"accesses\",\n          \"hit_percent\",\n          \"inserts\",\n          \"evicts\",\n          \"invalidates\",\n          \"usage\",\n          \"hit\",\n          \"hit_normal_lev0\",\n          \"hit_metadata_file\",\n          \"hit_directory\",\n          \"hit_indirect\",\n          \"miss\",\n          \"miss_normal_lev0\",\n          \"miss_metadata_file\",\n          \"miss_directory\",\n          \"miss_indirect\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"wafl\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 23,\n        \"List\": [\n          \"instance_uuid\",\n          \"node_name\",\n          \"avg_non_wafl_msg_latency\",\n          \"avg_wafl_msg_latency\",\n          \"avg_wafl_repl_msg_latency\",\n          \"wafl_msg_total\",\n          \"wafl_repl_msg_total\",\n          \"non_wafl_msg_total\",\n          \"cp_count\",\n          \"cp_phase_times\",\n          \"read_io_type\",\n          \"total_cp_msecs\",\n          \"total_cp_util\",\n          \"wafl_memory_used\",\n          \"wafl_memory_free\",\n          \"wafl_reads_from_cache\",\n          \"wafl_reads_from_cloud\",\n          \"wafl_reads_from_cloud_s2c_bin\",\n          \"wafl_reads_from_disk\",\n          \"wafl_reads_from_ext_cache\",\n          \"wafl_reads_from_fc_miss\",\n          \"wafl_reads_from_pmem\",\n          \"wafl_reads_from_ssd\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"wafl_hya_per_aggr\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 19,\n        \"List\": [\n          \"instance_name\",\n          \"node_name\",\n          \"ssd_total\",\n          \"ssd_total_used\",\n          \"ssd_available\",\n          \"ssd_read_cached\",\n          \"ssd_write_cached\",\n          \"read_ops_replaced\",\n          \"read_ops_replaced_percent\",\n          \"write_blks_replaced\",\n          \"write_blks_replaced_percent\",\n          \"hya_read_hit_latency_average\",\n          \"hya_read_miss_latency_average\",\n          \"hya_write_ssd_latency_average\",\n          \"hya_write_hdd_latency_average\",\n          \"read_cache_ins_rate\",\n          \"wc_write_blks_total\",\n          \"evict_remove_rate\",\n          \"evict_destage_rate\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"wafl_hya_sizer\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 3,\n        \"List\": [\n          \"instance_name\",\n          \"node_name\",\n          \"cache_stats\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"nic_common\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 17,\n        \"List\": [\n          \"instance_name\",\n          \"instance_uuid\",\n          \"node_name\",\n          \"rx_bytes\",\n          \"tx_bytes\",\n          \"link_speed\",\n          \"link_current_state\",\n          \"link_up_to_downs\",\n          \"nic_type\",\n          \"rx_alignment_errors\",\n          \"rx_crc_errors\",\n          \"rx_length_errors\",\n          \"rx_total_errors\",\n          \"rx_errors\",\n          \"tx_errors\",\n          \"tx_hw_errors\",\n          \"tx_total_errors\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"namespace\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 13,\n        \"List\": [\n          \"instance_name\",\n          \"vserver_name\",\n          \"read_data\",\n          \"write_data\",\n          \"read_ops\",\n          \"write_ops\",\n          \"other_ops\",\n          \"avg_read_latency\",\n          \"avg_write_latency\",\n          \"avg_other_latency\",\n          \"queue_full\",\n          \"remote_bytes\",\n          \"remote_ops\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"nvmf_fc_lif\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 15,\n        \"List\": [\n          \"instance_name\",\n          \"instance_uuid\",\n          \"vserver_name\",\n          \"node_name\",\n          \"port_id\",\n          \"read_data\",\n          \"read_ops\",\n          \"avg_read_latency\",\n          \"write_data\",\n          \"write_ops\",\n          \"avg_write_latency\",\n          \"other_ops\",\n          \"avg_other_latency\",\n          \"total_ops\",\n          \"avg_latency\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"fcp_port\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 54,\n        \"List\": [\n          \"instance_name\",\n          \"instance_uuid\",\n          \"node_name\",\n          \"avg_other_latency\",\n          \"avg_read_latency\",\n          \"avg_write_latency\",\n          \"read_data\",\n          \"write_data\",\n          \"total_data\",\n          \"read_ops\",\n          \"write_ops\",\n          \"other_ops\",\n          \"total_ops\",\n          \"link_speed\",\n          \"link_down\",\n          \"link_failure\",\n          \"loss_of_signal\",\n          \"loss_of_sync\",\n          \"prim_seq_err\",\n          \"queue_full\",\n          \"reset_count\",\n          \"shared_int_count\",\n          \"spurious_int_count\",\n          \"threshold_full\",\n          \"discarded_frames_count\",\n          \"int_count\",\n          \"invalid_transmission_word\",\n          \"isr_count\",\n          \"invalid_crc\",\n          \"nvmf_avg_other_latency\",\n          \"nvmf_avg_read_latency\",\n          \"nvmf_avg_remote_other_latency\",\n          \"nvmf_avg_remote_read_latency\",\n          \"nvmf_avg_remote_write_latenc\",\n          \"nvmf_avg_write_latency\",\n          \"nvmf_caw_data\",\n          \"nvmf_caw_ops\",\n          \"nvmf_command_slots\",\n          \"nvmf_other_ops\",\n          \"nvmf_read_data\",\n          \"nvmf_read_ops\",\n          \"nvmf_remote_caw_data\",\n          \"nvmf_remote_caw_ops\",\n          \"nvmf_remote_other_ops\",\n          \"nvmf_remote_read_data\",\n          \"nvmf_remote_read_ops\",\n          \"nvmf_remote_total_data\",\n          \"nvmf_remote_total_ops\",\n          \"nvmf_remote_write_data\",\n          \"nvmf_remote_write_ops\",\n          \"nvmf_total_data\",\n          \"nvmf_total_ops\",\n          \"nvmf_write_data\",\n          \"nvmf_write_ops\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"object_store_client_op\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 8,\n        \"List\": [\n          \"instance_name\",\n          \"instance_uuid\",\n          \"node_name\",\n          \"average_latency\",\n          \"get_throughput_bytes\",\n          \"put_throughput_bytes\",\n          \"stats\",\n          \"throughput_ops\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"volume:node\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 33,\n        \"List\": [\n          \"instance_name\",\n          \"cifs_read_data\",\n          \"cifs_write_data\",\n          \"cifs_read_ops\",\n          \"cifs_write_ops\",\n          \"cifs_other_ops\",\n          \"cifs_read_latency\",\n          \"cifs_write_latency\",\n          \"cifs_other_latency\",\n          \"nfs_read_data\",\n          \"nfs_write_data\",\n          \"nfs_read_ops\",\n          \"nfs_write_ops\",\n          \"nfs_other_ops\",\n          \"nfs_read_latency\",\n          \"nfs_write_latency\",\n          \"nfs_other_latency\",\n          \"iscsi_read_data\",\n          \"iscsi_write_data\",\n          \"iscsi_read_ops\",\n          \"iscsi_write_ops\",\n          \"iscsi_other_ops\",\n          \"iscsi_read_latency\",\n          \"iscsi_write_latency\",\n          \"iscsi_other_latency\",\n          \"fcp_read_data\",\n          \"fcp_write_data\",\n          \"fcp_read_ops\",\n          \"fcp_write_ops\",\n          \"fcp_other_ops\",\n          \"fcp_read_latency\",\n          \"fcp_write_latency\",\n          \"fcp_other_latency\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"token_manager\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 12,\n        \"List\": [\n          \"node_name\",\n          \"instance_name\",\n          \"instance_uuid\",\n          \"token_copy_success\",\n          \"token_create_success\",\n          \"token_zero_success\",\n          \"token_copy_failure\",\n          \"token_create_failure\",\n          \"token_zero_failure\",\n          \"token_copy_bytes\",\n          \"token_create_bytes\",\n          \"token_zero_bytes\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"resource_headroom_cpu\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 13,\n        \"List\": [\n          \"instance_name\",\n          \"node_name\",\n          \"current_latency\",\n          \"current_ops\",\n          \"current_utilization\",\n          \"optimal_point_latency\",\n          \"optimal_point_ops\",\n          \"optimal_point_utilization\",\n          \"optimal_point_confidence_factor\",\n          \"ewma_daily\",\n          \"ewma_hourly\",\n          \"ewma_monthly\",\n          \"ewma_weekly\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"resource_headroom_aggr\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 13,\n        \"List\": [\n          \"instance_name\",\n          \"node_name\",\n          \"current_latency\",\n          \"current_ops\",\n          \"current_utilization\",\n          \"optimal_point_latency\",\n          \"optimal_point_ops\",\n          \"optimal_point_utilization\",\n          \"optimal_point_confidence_factor\",\n          \"ewma_daily\",\n          \"ewma_hourly\",\n          \"ewma_monthly\",\n          \"ewma_weekly\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"processor\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 5,\n        \"List\": [\n          \"node_name\",\n          \"instance_name\",\n          \"instance_uuid\",\n          \"domain_busy\",\n          \"processor_busy\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"cifs:node\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 11,\n        \"List\": [\n          \"instance_name\",\n          \"cifs_op_count\",\n          \"cifs_ops\",\n          \"cifs_read_ops\",\n          \"cifs_write_ops\",\n          \"cifs_latency\",\n          \"cifs_read_latency\",\n          \"cifs_write_latency\",\n          \"connections\",\n          \"established_sessions\",\n          \"open_files\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"nfsv3:node\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 52,\n        \"List\": [\n          \"instance_name\",\n          \"nfsv3_ops\",\n          \"nfsv3_read_ops\",\n          \"nfsv3_write_ops\",\n          \"nfsv3_throughput\",\n          \"nfsv3_read_throughput\",\n          \"nfsv3_write_throughput\",\n          \"read_avg_latency\",\n          \"write_avg_latency\",\n          \"latency\",\n          \"access_total\",\n          \"commit_total\",\n          \"create_total\",\n          \"fsinfo_total\",\n          \"fsstat_total\",\n          \"getattr_total\",\n          \"link_total\",\n          \"lookup_total\",\n          \"mkdir_total\",\n          \"mknod_total\",\n          \"null_total\",\n          \"pathconf_total\",\n          \"read_symlink_total\",\n          \"read_total\",\n          \"readdir_total\",\n          \"readdirplus_total\",\n          \"remove_total\",\n          \"rename_total\",\n          \"rmdir_total\",\n          \"setattr_total\",\n          \"symlink_total\",\n          \"write_total\",\n          \"access_avg_latency\",\n          \"commit_avg_latency\",\n          \"create_avg_latency\",\n          \"fsinfo_avg_latency\",\n          \"fsstat_avg_latency\",\n          \"getattr_avg_latency\",\n          \"link_avg_latency\",\n          \"lookup_avg_latency\",\n          \"mkdir_avg_latency\",\n          \"mknod_avg_latency\",\n          \"null_avg_latency\",\n          \"pathconf_avg_latency\",\n          \"read_symlink_avg_latency\",\n          \"readdir_avg_latency\",\n          \"readdirplus_avg_latency\",\n          \"remove_avg_latency\",\n          \"rename_avg_latency\",\n          \"rmdir_avg_latency\",\n          \"setattr_avg_latency\",\n          \"symlink_avg_latency\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"nfsv4:node\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 82,\n        \"List\": [\n          \"instance_name\",\n          \"latency\",\n          \"total_ops\",\n          \"nfs4_read_throughput\",\n          \"nfs4_throughput\",\n          \"nfs4_write_throughput\",\n          \"access_total\",\n          \"close_total\",\n          \"commit_total\",\n          \"create_total\",\n          \"delegpurge_total\",\n          \"delegreturn_total\",\n          \"getattr_total\",\n          \"getfh_total\",\n          \"link_total\",\n          \"lock_total\",\n          \"lockt_total\",\n          \"locku_total\",\n          \"lookup_total\",\n          \"lookupp_total\",\n          \"null_total\",\n          \"nverify_total\",\n          \"open_confirm_total\",\n          \"open_downgrade_total\",\n          \"open_total\",\n          \"openattr_total\",\n          \"putfh_total\",\n          \"putpubfh_total\",\n          \"putrootfh_total\",\n          \"read_total\",\n          \"readdir_total\",\n          \"readlink_total\",\n          \"release_lock_owner_total\",\n          \"remove_total\",\n          \"rename_total\",\n          \"renew_total\",\n          \"restorefh_total\",\n          \"savefh_total\",\n          \"secinfo_total\",\n          \"setattr_total\",\n          \"setclientid_confirm_total\",\n          \"setclientid_total\",\n          \"verify_total\",\n          \"write_total\",\n          \"access_avg_latency\",\n          \"close_avg_latency\",\n          \"commit_avg_latency\",\n          \"create_avg_latency\",\n          \"delegpurge_avg_latency\",\n          \"delegreturn_avg_latency\",\n          \"getattr_avg_latency\",\n          \"getfh_avg_latency\",\n          \"link_avg_latency\",\n          \"lock_avg_latency\",\n          \"lockt_avg_latency\",\n          \"locku_avg_latency\",\n          \"lookup_avg_latency\",\n          \"lookupp_avg_latency\",\n          \"null_avg_latency\",\n          \"nverify_avg_latency\",\n          \"open_avg_latency\",\n          \"open_confirm_avg_latency\",\n          \"open_downgrade_avg_latency\",\n          \"openattr_avg_latency\",\n          \"putfh_avg_latency\",\n          \"putpubfh_avg_latency\",\n          \"putrootfh_avg_latency\",\n          \"read_avg_latency\",\n          \"readdir_avg_latency\",\n          \"readlink_avg_latency\",\n          \"release_lock_owner_avg_latency\",\n          \"remove_avg_latency\",\n          \"rename_avg_latency\",\n          \"renew_avg_latency\",\n          \"restorefh_avg_latency\",\n          \"savefh_avg_latency\",\n          \"secinfo_avg_latency\",\n          \"setattr_avg_latency\",\n          \"setclientid_avg_latency\",\n          \"setclientid_confirm_avg_latency\",\n          \"verify_avg_latency\",\n          \"write_avg_latency\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"nfsv4_1:node\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 110,\n        \"List\": [\n          \"instance_name\",\n          \"latency\",\n          \"total_ops\",\n          \"nfs41_read_throughput\",\n          \"nfs41_throughput\",\n          \"nfs41_write_throughput\",\n          \"access_total\",\n          \"backchannel_ctl_total\",\n          \"bind_conn_to_session_total\",\n          \"close_total\",\n          \"commit_total\",\n          \"create_session_total\",\n          \"create_total\",\n          \"delegpurge_total\",\n          \"delegreturn_total\",\n          \"destroy_clientid_total\",\n          \"destroy_session_total\",\n          \"exchange_id_total\",\n          \"free_stateid_total\",\n          \"get_dir_delegation_total\",\n          \"getattr_total\",\n          \"getdeviceinfo_total\",\n          \"getdevicelist_total\",\n          \"getfh_total\",\n          \"layoutcommit_total\",\n          \"layoutget_total\",\n          \"layoutreturn_total\",\n          \"link_total\",\n          \"lock_total\",\n          \"lockt_total\",\n          \"locku_total\",\n          \"lookup_total\",\n          \"lookupp_total\",\n          \"null_total\",\n          \"nverify_total\",\n          \"open_downgrade_total\",\n          \"open_total\",\n          \"openattr_total\",\n          \"putfh_total\",\n          \"putpubfh_total\",\n          \"putrootfh_total\",\n          \"read_total\",\n          \"readdir_total\",\n          \"readlink_total\",\n          \"reclaim_complete_total\",\n          \"remove_total\",\n          \"rename_total\",\n          \"restorefh_total\",\n          \"savefh_total\",\n          \"secinfo_no_name_total\",\n          \"secinfo_total\",\n          \"sequence_total\",\n          \"set_ssv_total\",\n          \"setattr_total\",\n          \"test_stateid_total\",\n          \"verify_total\",\n          \"want_delegation_total\",\n          \"write_total\",\n          \"access_avg_latency\",\n          \"backchannel_ctl_avg_latency\",\n          \"bind_conn_to_session_avg_latency\",\n          \"close_avg_latency\",\n          \"commit_avg_latency\",\n          \"create_avg_latency\",\n          \"create_session_avg_latency\",\n          \"delegpurge_avg_latency\",\n          \"delegreturn_avg_latency\",\n          \"destroy_clientid_avg_latency\",\n          \"destroy_session_avg_latency\",\n          \"exchange_id_avg_latency\",\n          \"free_stateid_avg_latency\",\n          \"get_dir_delegation_avg_latency\",\n          \"getattr_avg_latency\",\n          \"getdeviceinfo_avg_latency\",\n          \"getdevicelist_avg_latency\",\n          \"getfh_avg_latency\",\n          \"layoutcommit_avg_latency\",\n          \"layoutget_avg_latency\",\n          \"layoutreturn_avg_latency\",\n          \"link_avg_latency\",\n          \"lock_avg_latency\",\n          \"lockt_avg_latency\",\n          \"locku_avg_latency\",\n          \"lookup_avg_latency\",\n          \"lookupp_avg_latency\",\n          \"null_avg_latency\",\n          \"nverify_avg_latency\",\n          \"open_avg_latency\",\n          \"open_downgrade_avg_latency\",\n          \"openattr_avg_latency\",\n          \"putfh_avg_latency\",\n          \"putpubfh_avg_latency\",\n          \"putrootfh_avg_latency\",\n          \"read_avg_latency\",\n          \"readdir_avg_latency\",\n          \"readlink_avg_latency\",\n          \"reclaim_complete_avg_latency\",\n          \"remove_avg_latency\",\n          \"rename_avg_latency\",\n          \"restorefh_avg_latency\",\n          \"savefh_avg_latency\",\n          \"secinfo_avg_latency\",\n          \"secinfo_no_name_avg_latency\",\n          \"sequence_avg_latency\",\n          \"set_ssv_avg_latency\",\n          \"setattr_avg_latency\",\n          \"test_stateid_avg_latency\",\n          \"verify_avg_latency\",\n          \"want_delegation_avg_latency\",\n          \"write_avg_latency\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"qtree\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 9,\n        \"List\": [\n          \"instance_uuid\",\n          \"instance_name\",\n          \"vserver_name\",\n          \"node_name\",\n          \"parent_vol\",\n          \"cifs_ops\",\n          \"nfs_ops\",\n          \"internal_ops\",\n          \"total_ops\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"volume\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 15,\n        \"List\": [\n          \"instance_uuid\",\n          \"instance_name\",\n          \"vserver_name\",\n          \"node_name\",\n          \"parent_aggr\",\n          \"read_data\",\n          \"write_data\",\n          \"read_ops\",\n          \"write_ops\",\n          \"other_ops\",\n          \"total_ops\",\n          \"read_latency\",\n          \"write_latency\",\n          \"other_latency\",\n          \"avg_latency\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"lun\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 23,\n        \"List\": [\n          \"instance_name\",\n          \"vserver_name\",\n          \"read_data\",\n          \"write_data\",\n          \"read_ops\",\n          \"write_ops\",\n          \"xcopy_reqs\",\n          \"writesame_reqs\",\n          \"writesame_unmap_reqs\",\n          \"caw_reqs\",\n          \"avg_read_latency\",\n          \"avg_write_latency\",\n          \"avg_xcopy_latency\",\n          \"unmap_reqs\",\n          \"writesame_unmap_reqs\",\n          \"enospc\",\n          \"queue_full\",\n          \"remote_bytes\",\n          \"remote_ops\",\n          \"read_partial_blocks\",\n          \"write_partial_blocks\",\n          \"write_align_histo\",\n          \"read_align_histo\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"nfsv3\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 52,\n        \"List\": [\n          \"instance_name\",\n          \"nfsv3_ops\",\n          \"nfsv3_read_ops\",\n          \"nfsv3_write_ops\",\n          \"nfsv3_throughput\",\n          \"nfsv3_read_throughput\",\n          \"nfsv3_write_throughput\",\n          \"read_avg_latency\",\n          \"write_avg_latency\",\n          \"latency\",\n          \"access_total\",\n          \"commit_total\",\n          \"create_total\",\n          \"fsinfo_total\",\n          \"fsstat_total\",\n          \"getattr_total\",\n          \"link_total\",\n          \"lookup_total\",\n          \"mkdir_total\",\n          \"mknod_total\",\n          \"null_total\",\n          \"pathconf_total\",\n          \"read_symlink_total\",\n          \"read_total\",\n          \"readdir_total\",\n          \"readdirplus_total\",\n          \"remove_total\",\n          \"rename_total\",\n          \"rmdir_total\",\n          \"setattr_total\",\n          \"symlink_total\",\n          \"write_total\",\n          \"access_avg_latency\",\n          \"commit_avg_latency\",\n          \"create_avg_latency\",\n          \"fsinfo_avg_latency\",\n          \"fsstat_avg_latency\",\n          \"getattr_avg_latency\",\n          \"link_avg_latency\",\n          \"lookup_avg_latency\",\n          \"mkdir_avg_latency\",\n          \"mknod_avg_latency\",\n          \"null_avg_latency\",\n          \"pathconf_avg_latency\",\n          \"read_symlink_avg_latency\",\n          \"readdir_avg_latency\",\n          \"readdirplus_avg_latency\",\n          \"remove_avg_latency\",\n          \"rename_avg_latency\",\n          \"rmdir_avg_latency\",\n          \"setattr_avg_latency\",\n          \"symlink_avg_latency\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"nfsv4\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 82,\n        \"List\": [\n          \"instance_name\",\n          \"latency\",\n          \"total_ops\",\n          \"nfs4_read_throughput\",\n          \"nfs4_throughput\",\n          \"nfs4_write_throughput\",\n          \"access_total\",\n          \"close_total\",\n          \"commit_total\",\n          \"create_total\",\n          \"delegpurge_total\",\n          \"delegreturn_total\",\n          \"getattr_total\",\n          \"getfh_total\",\n          \"link_total\",\n          \"lock_total\",\n          \"lockt_total\",\n          \"locku_total\",\n          \"lookup_total\",\n          \"lookupp_total\",\n          \"null_total\",\n          \"nverify_total\",\n          \"open_confirm_total\",\n          \"open_downgrade_total\",\n          \"open_total\",\n          \"openattr_total\",\n          \"putfh_total\",\n          \"putpubfh_total\",\n          \"putrootfh_total\",\n          \"read_total\",\n          \"readdir_total\",\n          \"readlink_total\",\n          \"release_lock_owner_total\",\n          \"remove_total\",\n          \"rename_total\",\n          \"renew_total\",\n          \"restorefh_total\",\n          \"savefh_total\",\n          \"secinfo_total\",\n          \"setattr_total\",\n          \"setclientid_confirm_total\",\n          \"setclientid_total\",\n          \"verify_total\",\n          \"write_total\",\n          \"access_avg_latency\",\n          \"close_avg_latency\",\n          \"commit_avg_latency\",\n          \"create_avg_latency\",\n          \"delegpurge_avg_latency\",\n          \"delegreturn_avg_latency\",\n          \"getattr_avg_latency\",\n          \"getfh_avg_latency\",\n          \"link_avg_latency\",\n          \"lock_avg_latency\",\n          \"lockt_avg_latency\",\n          \"locku_avg_latency\",\n          \"lookup_avg_latency\",\n          \"lookupp_avg_latency\",\n          \"null_avg_latency\",\n          \"nverify_avg_latency\",\n          \"open_avg_latency\",\n          \"open_confirm_avg_latency\",\n          \"open_downgrade_avg_latency\",\n          \"openattr_avg_latency\",\n          \"putfh_avg_latency\",\n          \"putpubfh_avg_latency\",\n          \"putrootfh_avg_latency\",\n          \"read_avg_latency\",\n          \"readdir_avg_latency\",\n          \"readlink_avg_latency\",\n          \"release_lock_owner_avg_latency\",\n          \"remove_avg_latency\",\n          \"rename_avg_latency\",\n          \"renew_avg_latency\",\n          \"restorefh_avg_latency\",\n          \"savefh_avg_latency\",\n          \"secinfo_avg_latency\",\n          \"setattr_avg_latency\",\n          \"setclientid_avg_latency\",\n          \"setclientid_confirm_avg_latency\",\n          \"verify_avg_latency\",\n          \"write_avg_latency\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"nfsv4_1\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 110,\n        \"List\": [\n          \"instance_name\",\n          \"latency\",\n          \"total_ops\",\n          \"nfs41_read_throughput\",\n          \"nfs41_throughput\",\n          \"nfs41_write_throughput\",\n          \"access_total\",\n          \"backchannel_ctl_total\",\n          \"bind_conn_to_session_total\",\n          \"close_total\",\n          \"commit_total\",\n          \"create_session_total\",\n          \"create_total\",\n          \"delegpurge_total\",\n          \"delegreturn_total\",\n          \"destroy_clientid_total\",\n          \"destroy_session_total\",\n          \"exchange_id_total\",\n          \"free_stateid_total\",\n          \"get_dir_delegation_total\",\n          \"getattr_total\",\n          \"getdeviceinfo_total\",\n          \"getdevicelist_total\",\n          \"getfh_total\",\n          \"layoutcommit_total\",\n          \"layoutget_total\",\n          \"layoutreturn_total\",\n          \"link_total\",\n          \"lock_total\",\n          \"lockt_total\",\n          \"locku_total\",\n          \"lookup_total\",\n          \"lookupp_total\",\n          \"null_total\",\n          \"nverify_total\",\n          \"open_downgrade_total\",\n          \"open_total\",\n          \"openattr_total\",\n          \"putfh_total\",\n          \"putpubfh_total\",\n          \"putrootfh_total\",\n          \"read_total\",\n          \"readdir_total\",\n          \"readlink_total\",\n          \"reclaim_complete_total\",\n          \"remove_total\",\n          \"rename_total\",\n          \"restorefh_total\",\n          \"savefh_total\",\n          \"secinfo_no_name_total\",\n          \"secinfo_total\",\n          \"sequence_total\",\n          \"set_ssv_total\",\n          \"setattr_total\",\n          \"test_stateid_total\",\n          \"verify_total\",\n          \"want_delegation_total\",\n          \"write_total\",\n          \"access_avg_latency\",\n          \"backchannel_ctl_avg_latency\",\n          \"bind_conn_to_session_avg_latency\",\n          \"close_avg_latency\",\n          \"commit_avg_latency\",\n          \"create_avg_latency\",\n          \"create_session_avg_latency\",\n          \"delegpurge_avg_latency\",\n          \"delegreturn_avg_latency\",\n          \"destroy_clientid_avg_latency\",\n          \"destroy_session_avg_latency\",\n          \"exchange_id_avg_latency\",\n          \"free_stateid_avg_latency\",\n          \"get_dir_delegation_avg_latency\",\n          \"getattr_avg_latency\",\n          \"getdeviceinfo_avg_latency\",\n          \"getdevicelist_avg_latency\",\n          \"getfh_avg_latency\",\n          \"layoutcommit_avg_latency\",\n          \"layoutget_avg_latency\",\n          \"layoutreturn_avg_latency\",\n          \"link_avg_latency\",\n          \"lock_avg_latency\",\n          \"lockt_avg_latency\",\n          \"locku_avg_latency\",\n          \"lookup_avg_latency\",\n          \"lookupp_avg_latency\",\n          \"null_avg_latency\",\n          \"nverify_avg_latency\",\n          \"open_avg_latency\",\n          \"open_downgrade_avg_latency\",\n          \"openattr_avg_latency\",\n          \"putfh_avg_latency\",\n          \"putpubfh_avg_latency\",\n          \"putrootfh_avg_latency\",\n          \"read_avg_latency\",\n          \"readdir_avg_latency\",\n          \"readlink_avg_latency\",\n          \"reclaim_complete_avg_latency\",\n          \"remove_avg_latency\",\n          \"rename_avg_latency\",\n          \"restorefh_avg_latency\",\n          \"savefh_avg_latency\",\n          \"secinfo_avg_latency\",\n          \"secinfo_no_name_avg_latency\",\n          \"sequence_avg_latency\",\n          \"set_ssv_avg_latency\",\n          \"setattr_avg_latency\",\n          \"test_stateid_avg_latency\",\n          \"verify_avg_latency\",\n          \"want_delegation_avg_latency\",\n          \"write_avg_latency\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"cifs:vserver\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 13,\n        \"List\": [\n          \"instance_uuid\",\n          \"instance_name\",\n          \"cifs_op_count\",\n          \"cifs_ops\",\n          \"cifs_read_ops\",\n          \"cifs_write_ops\",\n          \"cifs_latency\",\n          \"cifs_read_latency\",\n          \"cifs_write_latency\",\n          \"connections\",\n          \"established_sessions\",\n          \"open_files\",\n          \"signed_sessions\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"lif\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 11,\n        \"List\": [\n          \"instance_uuid\",\n          \"instance_name\",\n          \"node_name\",\n          \"vserver_name\",\n          \"current_port\",\n          \"recv_data\",\n          \"recv_packet\",\n          \"recv_errors\",\n          \"sent_data\",\n          \"sent_packet\",\n          \"sent_errors\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"iscsi_lif\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 15,\n        \"List\": [\n          \"instance_name\",\n          \"instance_uuid\",\n          \"vserver_name\",\n          \"node_name\",\n          \"protocol_errors\",\n          \"read_data\",\n          \"write_data\",\n          \"iscsi_read_ops\",\n          \"avg_read_latency\",\n          \"iscsi_write_ops\",\n          \"avg_write_latency\",\n          \"iscsi_other_ops\",\n          \"avg_other_latency\",\n          \"cmd_transfered\",\n          \"avg_latency\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"fcp_lif\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 15,\n        \"List\": [\n          \"instance_name\",\n          \"instance_uuid\",\n          \"vserver_name\",\n          \"node_name\",\n          \"port_id\",\n          \"read_data\",\n          \"read_ops\",\n          \"avg_read_latency\",\n          \"write_data\",\n          \"write_ops\",\n          \"avg_write_latency\",\n          \"other_ops\",\n          \"avg_other_latency\",\n          \"total_ops\",\n          \"avg_latency\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"copy_manager\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 7,\n        \"List\": [\n          \"instance_name\",\n          \"instance_uuid\",\n          \"bce_copy_count_curr\",\n          \"ocs_copy_count_curr\",\n          \"sce_copy_count_curr\",\n          \"spince_copy_count_curr\",\n          \"KB_copied\"\n        ]\n      }\n    },\n    {\n      \"Name\": \"ZapiPerf\",\n      \"Query\": \"wafl_comp_aggr_vol_bin\",\n      \"ClientTimeout\": \"60s\",\n      \"Schedules\": [\n        {\n          \"Name\": \"counter\",\n          \"Schedule\": \"1200s\"\n        },\n        {\n          \"Name\": \"instance\",\n          \"Schedule\": \"600s\"\n        },\n        {\n          \"Name\": \"data\",\n          \"Schedule\": \"60s\"\n        }\n      ],\n      \"Exporters\": [\n        \"Prometheus\"\n      ],\n      \"Counters\": {\n        \"Count\": 5,\n        \"List\": [\n          \"instance_name\",\n          \"vserver_name\",\n          \"vol_name\",\n          \"cloud_bin_operation\",\n          \"cloud_bin_op_latency_average\"\n        ]\n      }\n    }\n  ]\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetapp%2Fharvest-metrics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetapp%2Fharvest-metrics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetapp%2Fharvest-metrics/lists"}