18 Sep 2024 02:39 PM
I am tasked with developing a custom extension for Microsoft SQL Server 2.0 to facilitate data retrieval and visualization for a project. The objective is to execute specific queries to extract data into Dynatrace and subsequently analyze and present the information through interactive dashboards. I kindly request your assistance in creating this extension. If there are any comprehensive video tutorials or detailed documentation available that can guide me through the process, please provide me with the necessary resources. Your support in this matter would be greatly appreciated.
Solved! Go to Solution.
19 Sep 2024 03:48 AM
Hey Mannepalli,
For creating custom Dynatrace extensions there is extensive documentation available here https://docs.dynatrace.com/docs/extend-dynatrace/extensions20. Under that page there are a few key areas of interest that would be most relevant for you.
Additionally there should be a custom extension creator app that currently focuses on SQL based extensions. This should allow for much easier setup and creation of an SQL based custom extension. This can be found in the hub as seen below.
Of the above I would start with the WMI extension tutorial to understand the general process and structure of what you are creating, and then from there I would look into the custom extension creator app and additional documentation provided.
Hope this helps!