#Hi all Can Harvest scrape any S3 metrics
1 messages · Page 1 of 1 (latest)
hi @dreamy yacht and @serene raven if you interested in trying it out, here are the changes we're working on for ONTAP S3 server metrics - let us know if you get a chance to try it https://github.com/NetApp/harvest/pull/1285
Awesome! Thanks, Chris.
Cool! But I'm using NAbox so it will have to wait.
no worries, only mentioned it so you chime in on whether it addressed your ask before we ship the feature. I think nabox supports running nightly builds, so you could try a nightly if you wanted to give feedback before the next release
Looking back at this rather old thread, I've looked at the metrics for ONTAP S3 but struggle to see which metric is for which bucket. It seems it's just a nabox id or something: instance="nabox-harvest2:12992"
How do I filter on bucket name?
hi @serene raven digging back through our notes https://github.com/NetApp/harvest/issues/1282 I don't think there is a way to collect S3 config information via ZAPI. There is via REST template that should work for you. https://github.com/NetApp/harvest/blob/main/conf/rest/9.7.0/ontap_s3.yaml The performance counters are the opposite, there is not REST endpoint for perf counters, but those are available with https://github.com/NetApp/harvest/blob/main/conf/zapiperf/cdot/9.8.0/ontap_s3.yaml
Hmm.. didn't know I used ZAPI, why isn't there counters for REST available? 😄