01 Nov 2023 03:57 PM - last edited on 07 Nov 2023 11:39 AM by MaciejNeumann
Hi everyone,
I need deactivate an extension metric such as "Log flush waits" from SQL Server extension in order to extend the DDU's consumption. Is it possible?
Thanks in advance
Solved! Go to Solution.
01 Nov 2023 04:27 PM
I assume you are using the remote MSSQL extension , in this case, you can disable the feature set which includes the metric you are not interested in, but it will disable also other metrics in the same feature set. If you need just a single metric, it's not directly possible and you will need to fork the extension and modify it for your purposes.
01 Nov 2023 08:54 PM
In that case, How can we fork the extension? Is there any documentation about it?
02 Nov 2023 07:15 AM
Sure, documentation is general docs and also developer docs.Anyway first I'd recommend reaching out to extensions@dynatrace.com or your Dynatrace contact - maybe they can consider modifying the extension in future releases.
If you decide to fork, keep in mind, that you will need to modify every update of the upstream extension, you need to deploy your certificate to each of your ActiveGates where the extension runs. Then it involve downloading the extension, modifying it, signing, packaging and deploying back to your environment.