Extend the platform,
empower your team.
Execute generic database queries and ingest metrics and logs to Dynatrace
TechnologyCustom, self-made Activegate extensions allow you to run queries against the following databases:
The results can be sent back to Dynatrace as metrics and logs.
You can already start creating your own DB extensions - please refer to the "Get Started" section.
NOTE: Custom DB extensions will eventually replace the existing Custom Database Queries extension. If you need paid assistance on creating your own extension, please reach out to your customer success or account manager.
Bring in business data, job processing metrics, database and table statistics, or anything that is stored in your Databases.
SELECT COUNT(*) FROM DAILY_PROCESSED_JOBS
SELECT DEPARTMENT, EMPLOYEE_COUNT FROM DEPARTMENTS
Coming soon: you'll be able to use the attached fully functional sample to get started quickly and follow good practices. The sample extension will cover a simple scenario and will provide configuration of:
Custom extension utilizes Dynatrace Extension Framework's SQL Data Source to connect to the different databases. Please refer to the documentation regarding supported database versions.