Hi.
I keep getting false s3 buckets amount in Prometheus (& Grafana, of course) from my Netapp via harvest.
Could you please point me to some additional troubleshooting options / possible solutions / more ideas what to tune?
Ontap Version 9.8P16
Docker container images in use:
prom/prometheus:v2.44.0
grafana/grafana:9.5.2
rahulguptajss/harvest:23.05.0-1
prom/alertmanager:v0.25.0
curl -k -X GET "https://<ontap_ip>/api/protocols/s3/buckets?return_records=true&return_timeout=15" -H "accept: application/json" -H "authorization: Basic <token>" | grep "num_records"
** "num_records": 33,**
curl -k -X GET "https://<ontap_ip>/api/protocols/s3/buckets?return_records=true&return_timeout=60" -H "accept: application/json" -H "authorization: Basic <token>" | grep "num_records"
** "num_records": 103,**
vi harvest/conf/zapiperf/default.yaml
...
client_timeout: 80
...
vi harvest/conf/zapiperf/cdot/9.8.0/ontap_s3.yaml
...
client_timeout: 80
...
Tried all the options from here:
https://github.com/NetApp/harvest/wiki/Troubleshooting-Harvest#some-of-my-clusters-are-not-showing-up-in-grafana
Thanks in advance.