#How to confirm collector interval from ONTAP side

1 messages · Page 1 of 1 (latest)

hardy spruce
#

Is there a way to verify, from the ONTAP side, if the collectors are running on the desired interval? Like if changed the RestPerf “data” schedule to 30 seconds instead of the default 1 minute, is there a way to confirm whether that change worked? Also, what’s the best way to confirm that change from the Harvest side? Would that just be in the poller logs? I’m using the docker container installation. Can I just do “docker logs <poller container>” ?

devout iron
#

@hardy spruce On the ONTAP side, you can inspect the audit logs for REST requests. On the Harvest side, you should search for specific logs corresponding to each relevant object. For containers docker logs <poller container> is correct. For example in below logs, RestPerf:Volume is collected every 1 minute.

2023-12-19T00:17:34+05:30 INF collector/collector.go:575 > Collected Poller=dc-1 apiMs=4271 calcMs=1 collector=RestPerf:Volume exportMs=12 instances=239 instancesExported=408 metrics=7648 metricsExported=5619 parseMs=80 pluginMs=5 pollMs=4358 skips=0 zBegin=1702925250499
2023-12-19T00:18:34+05:30 INF collector/collector.go:575 > Collected Poller=dc-1 apiMs=4196 calcMs=1 collector=RestPerf:Volume exportMs=15 instances=239 instancesExported=408 metrics=7648 metricsExported=5619 parseMs=91 pluginMs=5 pollMs=4293 skips=0 zBegin=1702925310499