How to apply jitter param in NABox #2777
rahulguptajss
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As mentioned in #2769, enabling
jitter
may help reduce partial aggregation while querying performance counter from ONTAP.What is jitter?
By default, Harvest sends all performance object queries at almost the same or nearby times. To smear the collector startup times across a wider window, you can use jitter with a given time, let's say one minute, then all performance object queries are distributed across that minute randomly.
Step 1: Create
custom_jitter.yaml
Navigate to the
zapiperf
directory:cd /opt/harvest2-conf/conf/zapiperf
Create custom_jitter.yaml:
Update the file with the following content:
Step 2: Restart NABox containers
Beta Was this translation helpful? Give feedback.
All reactions