You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running into the issue documented in #292 I experimented with setting the refresh_beans_initial option to various values in the init_config section of our JMXfetch yaml, but have seen no evidence that the setting has done anything. The first time I see any output in logs relevant is exactly 10 minutes after the agent starts, when we see
2023-10-06 14:20:28 UTC | JMX | INFO | Instance | Refreshing bean list
due to the normal refresh_beans interval of 10 minutes.
Before claiming that the setting is not working to me I wanted to confirm whether or not it is actually supported in the init_config section, and thought it might be in the template linked here but was unable to find it.
Datadog agent version is 7.47.1.
The text was updated successfully, but these errors were encountered:
refresh_beans should be set in the instances section of the config. The value used comes from the instanceMap. An example of it being used can be seen here.
Thank you @carlosroman! I'm about to test this out now but it sounds like that's probably going to fix this for me. For what it's worth, the docs on the JMX configuration direct the reader to the template for "all available configuration options" but at least these two settings are absent, which led to my confusion.
After running into the issue documented in #292 I experimented with setting the
refresh_beans_initial
option to various values in theinit_config
section of our JMXfetch yaml, but have seen no evidence that the setting has done anything. The first time I see any output in logs relevant is exactly 10 minutes after the agent starts, when we seedue to the normal
refresh_beans
interval of 10 minutes.Before claiming that the setting is not working to me I wanted to confirm whether or not it is actually supported in the
init_config
section, and thought it might be in the template linked here but was unable to find it.Datadog agent version is 7.47.1.
The text was updated successfully, but these errors were encountered: