# Flags for arp-zfs-exporter. Run "arp-zfs-exporter --help" for the full list.
#
# The volume property list extends the upstream default with volsize,
# refreservation, usedbyrefreservation and usedbysnapshots. Those four are
# what separate space provisioned to a customer from space actually written,
# which is the basis of the oversubscription and capacity gating queries.
#
# The pool collector defaults already include allocated, free, size,
# fragmentation and health, so it needs no property list here.
#
# --deadline must stay below the Prometheus scrape timeout so a slow pool
# returns cached data instead of hanging the scrape.

ARGS="--deadline=8s --properties.dataset-volume=available,logicalused,referenced,refreservation,used,usedbydataset,usedbyrefreservation,usedbysnapshots,volsize,written"
