I need some information about the below use-case.
- If Prometheus servers are scraping Harvest targets (end-points) every minute, and the default zapi collectors have below schedule, how can I ensure that every poll has the raw data collected without aggregation from Netapp for any metric? Do I need to set "data: 60s" ?
From: zapi default yaml file:
schedule:
- instance: 600s
- data: 180s
-
If Prometheus scrapping takes more than 1 minute for a target, how does the harvest cached data work with the scheduled collectors?
-
Can you point me to the zapi document for 7-mode? I could find cmode document but not 7-mode API document.