17 Dec 2025
07:55 PM
- last edited on
18 Dec 2025
07:48 AM
by
MaciejNeumann
I've found the extension.yaml file here:
/var/lib/dynatrace/remotepluginmodule/agent/runtime/extensions/cache/com.dynatrace.extension.f5.bigip/2.16.0/extension.yaml
An changed the interval from 1 munute to 10:
interval:
minutes: 10
But the extension doesn't seem to reread the change, even after disbaling and re-enablig the monitoring configuration.
Solved! Go to Solution.
18 Dec 2025 10:58 AM
Hi @cjlugoa,
The F5 BigIP extension doesn’t currently allow configuring the polling interval.
The extension.yaml you modified is located in the extension cache, which is automatically regenerated by Dynatrace.
Because of that:
Any manual change in this folder is overwritten
The extension won’t re-read the updated interval, even after disabling/enabling it
If you need a different polling interval, the only option is to create a custom version of the extension with the interval defined in its YAML, so it’s not managed by the cache.
Regards,
18 Dec 2025 05:34 PM
Thanks, I've created the custom extension and I see the data every 5 minutes now.
But I have errors on some metrics:
You're missing out on insights into CPU consumption. These can be enabled through the instance-cpu-basic feature set of your monitoring configuration.
Do you know if I can edit the json of the dashboard or is it anything that we need to change on the custom extension app.
Regards.
19 Dec 2025 07:56 AM
It's about a Feature Set on the Extension configuration : https://docs.dynatrace.com/docs/observe/infrastructure-observability/networks/f5-extension#instance-...
You can edit it for each configuration :
Best regards,
19 Dec 2025 12:33 PM
I have the feature set enabled, but is this part of the dashboard that is not working:
"Navigate to entities"
The data about cpu and memory can be seen in the dashboard below that menu.
Featured Posts