@truenas/api-client
    Preparing search index...

    Interface GraphiteExporter

    interface GraphiteExporter {
        buffer_on_failures?: number;
        destination_ip: string;
        destination_port: number;
        exporter_type: "GRAPHITE";
        matching_charts?: string;
        namespace: string;
        prefix?: string;
        send_names_instead_of_ids?: boolean;
        update_every?: number;
    }
    Index
    buffer_on_failures?: number
    destination_ip: string
    destination_port: number
    exporter_type: "GRAPHITE"
    matching_charts?: string
    namespace: string
    prefix?: string
    send_names_instead_of_ids?: boolean
    update_every?: number