NetApp Solidfire-Exporter queries the Solidfire API and exports the results as Prometheus metrics
API Version | Endpoint | Notes |
---|---|---|
11.3 | https://your-mgmt-vip/json-rpc/11.3 | There is a known bug in v11.3 where the api user requires Administrator access to retrieve the QoS data. |
12.2 | https://your-mgmt-vip/json-rpc/12.2 |
Binaries can be downloaded from Github releases page.
Docker image are automatically uploaded to ghcr.io/mjavier2k/solidfire-exporter
docker run --rm -p 9987:9987 ghcr.io/mjavier2k/solidfire-exporter:v0.6.6
Metric | Type | Description |
---|---|---|
solidfire_cluster_active_block_space_bytes | gauge | The amount of space on the block drives. This includes additional information such as metadata entries and space which can be cleaned up. |
solidfire_cluster_active_sessions | gauge | The number of active iSCSI sessions communicating with the cluster. |
solidfire_cluster_volume_async_result_active | gauge | The active jobs return by async results. |
solidfire_cluster_average_io_bytes | gauge | Average size in bytes of recent I/O to the cluster in the last 500 milliseconds. |
solidfire_cluster_average_iops | gauge | The average IOPS for the cluster since midnight Coordinated Universal Time (UTC) |
solidfire_cluster_block_fullness | gauge | The current computed level of block fullness of the cluster. |
solidfire_cluster_client_queue_depth | gauge | The number of outstanding read and write operations to the cluster. |
solidfire_cluster_recent_io_size_bytes | gauge | The average size of IOPS to all volumes in the cluster |
solidfire_cluster_compression_factor | gauge | The cluster compression factor. compressionFactor = (uniqueBlocks * 4096) / (uniqueBlocksUsedSpace * 0.93) |
solidfire_cluster_current_iops | gauge | The average IOPS for all volumes in the cluster over the last 5 seconds |
solidfire_cluster_de_duplication_factor | gauge | The cluster deDuplication factor. deDuplicationFactor = (nonZeroBlocks + snapshotNonZeroBlocks) / uniqueBlocks |
solidfire_cluster_efficiency_factor | gauge | The cluster efficiency factor. efficiencyFactor = thinProvisioningFactor * deDuplicationFactor * compressionFactor |
solidfire_cluster_fullness | gauge | Reflects the highest level of fullness between 'blockFullness' and 'metadataFullness'. |
solidfire_cluster_iops | gauge | Current actual IOPS for the entire cluster in the last 500 milliseconds. |
solidfire_cluster_iops_total | counter | The total number of I/O operations performed throughout the lifetime of the cluster. |
solidfire_cluster_last_sample_read_bytes | gauge | The total number of bytes read from the cluster during the last sample period. |
solidfire_cluster_last_sample_read_ops | gauge | The total number of read operations during the last sample period. |
solidfire_cluster_last_sample_write_bytes | gauge | The total number of bytes written to the cluster during the last sample period. |
solidfire_cluster_last_sample_write_ops | gauge | The total number of write operations during the last sample period. |
solidfire_cluster_latency_seconds | gauge | The average time, in seconds, to complete operations to a cluster in the last 500 milliseconds. |
solidfire_cluster_max_iops | gauge | The estimated maximum IOPS capability of the current cluster |
solidfire_cluster_max_metadata_over_provision_factor | gauge | A value representative of the number of times metadata space can be over provisioned relative to the amount of space available. |
solidfire_cluster_max_over_provisionable_space_bytes | gauge | The maximum amount of provisionable space. This is a computed value. You cannot create new volumes if the current provisioned space plus the new volume size would exceed this number. The value is calculated as follows: maxOverProvisionableSpace = maxProvisionedSpace * maxMetadataOverProvisionFactor |
solidfire_cluster_max_provisioned_space_bytes | gauge | The total amount of provisionable space if all volumes are 100% filled (no thin provisioned metadata) |
solidfire_cluster_max_used_metadata_space_bytes | gauge | The number of bytes on volume drives used to store metadata |
solidfire_cluster_max_used_space_bytes | gauge | The total amount of space on all active block drives |
solidfire_cluster_metadata_fullness | gauge | The current computed level of metadata fullness of the cluster. |
solidfire_cluster_non_zero_blocks | gauge | The total number of 4KiB blocks that contain data after the last garbage collection operation has completed |
solidfire_cluster_normalized_iops | gauge | Average number of IOPS for the entire cluster in the last 500 milliseconds. |
solidfire_cluster_peak_active_sessions | gauge | The peak number of iSCSI connections since midnight UTC |
solidfire_cluster_peak_iops | gauge | The highest value for currentIOPS since midnight UTC |
solidfire_cluster_provisioned_space_bytes | gauge | The total amount of space provisioned in all volumes on the cluster |
solidfire_cluster_read_bytes_total | counter | The total cumulative bytes read from the cluster since the creation of the cluster. |
solidfire_cluster_read_latency_seconds | gauge | The average time, in seconds, to complete read operations to the cluster in the last 500 milliseconds. |
solidfire_cluster_read_latency_seconds_total | counter | The total time spent performing read operations since the creation of the cluster. |
solidfire_cluster_read_ops_total | counter | The total cumulative read operations to the cluster since the creation of the cluster. |
solidfire_cluster_sample_period_seconds | gauge | The length of the sample period, in seconds. |
solidfire_cluster_services_expected | gauge | The total number of expected services running on the cluster. |
solidfire_cluster_services_running | gauge | The number of services running on the cluster. If equal to the servicesTotal, this indicates that valid statistics were collected from all nodes. |
solidfire_cluster_slice_reserve_used_threshold_percentage | gauge | Error condition. A system alert is triggered if the reserved slice utilization is greater than the sliceReserveUsedThresholdPct value returned. |
solidfire_cluster_snapshot_non_zero_blocks | gauge | The total number of 4KiB blocks that contain data after the last garbage collection operation has completed |
solidfire_cluster_stage2_aware_threshold_percentage | gauge | Awareness condition. The value that is set for 'Stage 2' cluster threshold level. |
solidfire_cluster_stage2_block_threshold_bytes | gauge | Number of bytes being used by the cluster at which a stage2 condition will exist. |
solidfire_cluster_stage3_block_threshold_bytes | gauge | Number of bytes being used by the cluster at which a stage3 condition will exist. |
solidfire_cluster_stage3_block_threshold_percentage | gauge | Percent value set for stage3. At this percent full, a warning is posted in the Alerts log. |
solidfire_cluster_stage3_low_threshold_percentage | gauge | Error condition. The threshold at which a system alert is created due to low capacity on a cluster |
solidfire_cluster_stage4_block_threshold_bytes | gauge | Number of bytes being used by the cluster at which a stage4 condition will exist |
solidfire_cluster_stage4_critical_threshold_percentage | gauge | Error condition. The threshold at which a system alert is created to warn about critically low capacity on a cluster. |
solidfire_cluster_stage5_block_threshold_bytes | gauge | The number of bytes being used by the cluster at which a stage5 condition will exist. |
solidfire_cluster_thin_provisioning_factor | gauge | The cluster thin provisioning factor. thinProvisioningFactor = (nonZeroBlocks + zeroBlocks) / nonZeroBlocks |
solidfire_cluster_throughput_utilization | gauge | The cluster capacity being utilized. 0 - not utilized. 1 - 100% utilized. |
solidfire_cluster_total_bytes | gauge | Physical capacity of the cluster, measured in bytes. |
solidfire_cluster_total_metadata_bytes | gauge | Total amount of space that can be used to store metadata |
solidfire_cluster_unaligned_reads_total | counter | The total cumulative unaligned read operations to a cluster since the creation of the cluster |
solidfire_cluster_unaligned_writes_total | counter | The total cumulative unaligned write operations to a cluster since the creation of the cluster. |
solidfire_cluster_unique_blocks | gauge | The total number of blocks stored on the block drives The value includes replicated blocks |
solidfire_cluster_unique_blocks_used_space_bytes | gauge | The total amount of data the uniqueBlocks take up on the block drives |
solidfire_cluster_used_bytes | gauge | Number of bytes used on the cluster. |
solidfire_cluster_used_metadata_bytes | gauge | Amount of space used on volume drives to store metadata. |
solidfire_cluster_used_metadata_space_bytes | gauge | The total number of bytes on volume drives used to store metadata |
solidfire_cluster_used_metadata_space_in_snapshots_bytes | gauge | The number of bytes on volume drives used for storing unique data in snapshots. This number provides an estimate of how much metadata space would be regained by deleting all snapshots on the system |
solidfire_cluster_used_space_bytes | gauge | The total amount of space used by all block drives in the system |
solidfire_cluster_write_bytes_total | counter | The total cumulative bytes written to the cluster since the creation of the cluster |
solidfire_cluster_write_latency_seconds | gauge | The average time, in seconds, to complete write operations to a cluster in the last 500 milliseconds. |
solidfire_cluster_write_latency_seconds_total | counter | The total time spent performing write operations since the creation of the cluster. |
solidfire_cluster_write_ops_total | counter | The total cumulative write operations to the cluster since the creation of the cluster. |
solidfire_cluster_zero_blocks | gauge | The total number of empty 4KiB blocks without data after the last round of garbage collection operation has completed |
solidfire_drive_capacity_bytes | gauge | The drive capacity for each individual drives in the cluster's active nodes |
solidfire_drive_status | gauge | The drive status for each individual drives in the cluster's active nodes |
solidfire_node_cpu_percentage | gauge | CPU usage in percent. |
solidfire_node_cpu_seconds_total | counter | CPU usage in seconds since last boot. |
solidfire_node_info | gauge | Cluster node info |
solidfire_node_interface_in_bytes_total | counter | Bytes in on network interface. |
solidfire_node_interface_out_bytes_total | counter | Bytes out on network interface. |
solidfire_node_interface_utilization_percentage | gauge | Network interface utilization (in percent) of network interface. |
solidfire_node_load | histogram | System load histogram |
solidfire_node_read_latency_seconds_total | counter | The total time spent performing read operations since the creation of the cluster. |
solidfire_node_samples | gauge | Node stat sample count |
solidfire_node_total_memory_bytes | gauge | Total node memory in bytes. |
solidfire_node_used_memory_bytes | gauge | Total node memory used in bytes. |
solidfire_node_write_latency_seconds_total | counter | The total time spent performing write operations since the creation of the cluster. |
solidfire_up | gauge | Whether last scrape against Solidfire API was successful |
solidfire_volume_actual_iops | gauge | The current actual IOPS to the volume in the last 500 milliseconds |
solidfire_volume_average_iop_size_bytes | gauge | The average size in bytes of recent I/O to the volume in the last 500 milliseconds |
solidfire_volume_burst_iops_credit | gauge | The total number of IOP credits available to the user. When volumes are not using up to the configured maxIOPS, credits are accrued. |
solidfire_volume_client_queue_depth | gauge | The number of outstanding read and write operations to the volume. |
solidfire_volume_latency_seconds | gauge | The average time, in seconds, to complete operations to the volume in the last 500 milliseconds. A '0' (zero) value means there is no I/O to the volume. |
solidfire_volume_non_zero_blocks | gauge | The total number of 4KiB blocks that contain data after the last garbage collection operation has completed. |
solidfire_volume_qos_below_min_iops_percentage | histogram | Volume QoS Below minimum IOPS percentage |
solidfire_volume_qos_min_to_max_iops_percentage | histogram | Volume QoS min to max IOPS percentage |
solidfire_volume_qos_read_block_sizes_bytes | histogram | Volume QoS read block sizes |
solidfire_volume_qos_target_utilization_percentage | histogram | Volume QoS target utilization percentage |
solidfire_volume_qos_throttle_percentage | histogram | Volume QoS throttle percentage |
solidfire_volume_qos_write_block_sizes_bytes_bucket | histogram | Volume QoS write block sizes |
solidfire_volume_read_bytes_total | counter | The total cumulative bytes read from the volume since the creation of the volume. |
solidfire_volume_read_latency_seconds_total | counter | The total time spent performing read operations from the volume |
solidfire_volume_read_ops_total | counter | The total read operations to the volume since the creation of the volume. |
solidfire_volume_size_bytes | gauge | Total provisioned capacity in bytes. |
solidfire_volume_throttle | gauge | A floating value between 0 and 1 that represents how much the system is throttling clients below their maxIOPS because of rereplication of data, transient errors, and snapshots taken. |
solidfire_volume_unaligned_reads_total | counter | The total cumulative unaligned read operations to a volume since the creation of the volume. |
solidfire_volume_unaligned_writes_total | counter | The total cumulative unaligned write operations to a volume since the creation of the volume. |
solidfire_volume_utilization | gauge | A floating value that describes how much the client is using the volume. Value 0: The client is not using the volume. Value 1: The client is using their maximum. Value 1+: The client is using their burst. |
solidfire_volume_write_bytes_total | counter | The total cumulative bytes written to the volume since the creation of the volume. |
solidfire_volume_write_latency_seconds_total | counter | The total time spent performing write operations to the volume |
solidfire_volume_write_ops_total | counter | The total cumulative write operations to the volume since the creation of the volume. |
solidfire_volume_zero_blocks | gauge | The total number of empty 4KiB blocks without data after the last round of garbage collection operation has completed. |
./solidfire_exporter --config config.yaml
Usage of solidfire-exporter:
-c, --config string Specify configuration filename. (default: config.yaml)
Yaml Configuration Option | CLI Flag | Environment Variable | Default | Example | Description |
---|---|---|---|---|---|
client.username | N/A | SOLIDFIRE_CLIENT_USERNAME | "" | myUsername | User with which to authenticate to the Solidfire API. NOTE: User must have administrator access to be able to query QOS data. |
client.password | N/A | SOLIDFIRE_CLIENT_PASSWORD | "" | myPassword | Password with which to authenticate to the Solidfire API. |
client.endpoint | N/A | SOLIDFIRE_CLIENT_ENDPOINT | https://127.0.0.1/json-rpc/11.3 | http://192.168.12.10/json-rpc/11.3 | HTTP(s) endpoint of the Solidfire API. |
client.insecure | N/A | SOLIDFIRE_CLIENT_INSECURE | false | true | Disables TLS validation when calling Solidfire API. Useful for bypassing self-signed certificates in testing. |
client.timeout | N/A | SOLIDFIRE_CLIENT_TIMEOUT | 30 | 75 | Timeout in seconds per call to the Solidfire API. |
collect.timeout | N/A | SOLIDFIRE_COLLECT_TIMEOUT | 60 | 75 | Timeout in seconds for the complete metrics scrape (i.e. the timeout when calling /metrics) |
listen.address | N/A | SOLIDFIRE_LISTEN_ADDRESS | 0.0.0.0:9987 | 192.168.4.2:13987 | IP address and port where the http server of this exporter should listen |
N/A | -c | SOLIDFIRE_CONFIG | config.yaml | mySolidfireConfig.yaml | Path to configuration file |
There are two different options to configure the solidfire-exporter
- Using environment variables. These option takes precedence if config.yaml is also specified.
Note that you MAY double-quote the values here:
export SOLIDFIRE_CLIENT_USERNAME="mySolidfireUsername"
export SOLIDFIRE_CLIENT_PASSWORD="mySolidfirePassword"
export SOLIDFIRE_LISTEN_ADDRESS="127.0.0.1:9987"
export SOLIDFIRE_CLIENT_ENDPOINT="https://10.10.10.10/json-rpc/11.3"
export SOLIDFIRE_CLIENT_INSECURE=true
export SOLIDFIRE_CLIENT_TIMEOUT=30
Note that you MAY NOT have any double quotes in the values below!
SOLIDFIRE_CLIENT_USERNAME=mySolidfireUsername
SOLIDFIRE_CLIENT_PASSWORD=mySolidfirePassword
SOLIDFIRE_LISTEN_ADDRESS=0.0.0.0:9987
SOLIDFIRE_CLIENT_ENDPOINT=https://10.10.10.10/json-rpc/11.3
SOLIDFIRE_CLIENT_INSECURE=true
SOLIDFIRE_CLIENT_TIMEOUT=30
- Using a config.yaml file
listen:
address: 127.0.0.1:9987
client:
endpoint: https://192.168.1.2/json-rpc/11.3
username: mySolidfireUsername
password: mySolidfirePassword
insecure: false
timeout: 20
collect:
timeout: 75
NOTE: If you plan to use the official grafana dashboards, you must add the sfcluster
label as shown below.
- job_name: solidfire_exporter
honor_timestamps: true
scrape_interval: 30s
scrape_timeout: 20s
metrics_path: /metrics
scheme: http
static_configs:
- targets:
- localhost:9987
labels:
app: solidfire-exporter
group: prometheus
sfcluster: sfcluster01
Create an file with the environment variables set and pass it to docker run.
docker build . -t sf-exporter:latest
docker run --env-file=.env_file --rm -p 9987:9987 sf-exporter:latest
Official Dashboards can be found at:
The dashboard json files are generated by running make dashboards
, and can be found in the ./dashboards folder of this repo.
We welcome contributions. Please fork the project on GitHub and open Pull Requests for any proposed changes.
Code is licensed under the Apache License 2.0.