cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SQL Server extension make calls less frequently

crp_dyna
Newcomer_

We are using SQL server extension to monitor SQL server databases.
The extension has metrics to monitor the SQL Server databases. These metrics makes call every minute to SQL server databases. What we have noticed is that by middle of the month we have consumed all our DDU's

Is it possible to change the frequency of these metrics to run every 5 minutes or 10 minutes ?
I believe this requires change to yaml file but I am not sure what to change.

3 REPLIES 3

JamesKitson
Dynatrace Guru
Dynatrace Guru

Normally, that is correct. To change the frequency for the latest released extension you would need to adjust it in the yaml (there are 'frequency' fields setting it to the default once per minute). Changing the yaml means having to change the extension name and resigning it with a custom certificate though.

However, I believe that the ability to configure this via a monitoring configuration variable will be available very soon (I think mid-February around when 1.307 is available) so I would just wait for this new version.

Thank You James
Where does the monitoring configuration variable goes ? I am new to Dynatrace and was wondering how do i configure the variable ? Is it through Dynatrace console ?

It is not exposed as a configuration variable currently, so you won't see this now. It will be fields you can enter values in when setting up the monitoring configuration once it is added/released.

https://docs.dynatrace.com/docs/shortlink/extension-yaml#variables

Featured Posts