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

528 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 answers

1
Ivan Vovk 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.