Can we use DynaTrace to monitor column value of a database table?

554 Views Asked by At

I want to monitor column value of a database table. If the column value exceeds certain limit (say threshold value) then I want to generate some notification.

1

There are 1 best solutions below

1
On

Not out of the box.

You can write OneAgent extension to fetch data from database table and forward it back to Dynatrace. Only after that you can do some alerting.

Follow this tutorial from Dynatrace to write ypur own oneagent extension.