How to apply jitter param in NABox3 #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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As mentioned in #2769, enabling
jittermay 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.yamlNavigate to the
zapiperfdirectory:cd /opt/harvest2-conf/conf/zapiperfCreate custom_jitter.yaml:
Update the file with the following content:
Step 2: Restart NABox containers
Beta Was this translation helpful? Give feedback.
All reactions