How often does NetApp exposes new metrics? I assume that NetApp is internally computing metrics and have them readily exposed whenever anyone (e.g., harvest) queries them. However, is there a defined rate in which this process is happening for each endpoint?
For instance, if we query api/private/cli/volume
Given that in the config file in /opt/harvest/conf/rest/9.14.0 we have set
[...]
plugins:
- Volume:
schedule:
--> - data: 15m # should be multiple of poll duration
include_constituents: false
[...]
What exactly does data: 15m mean? Is it running every 15min or is it gathering 15min worth of data?
Is it overwriting, for instance, the same parameter set in conf/rest/default.yml, but only applies to all metrics under this endpoint?