cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Read database table data

leonerdo037
Newcomer

Hi,

We have a database table where some of the application errors are logged. We would like dynatrace to read the table row values and take actions based on the read data. Can someone please let us know if that is possible ?

We are using the dynatrace managed instance.

2 REPLIES 2

Julius_Loman
DynaMight Legend
DynaMight Legend

Definitely not out of box without coding, but you can write a oneagent plugin to fetch data from database table and forward it into dynatrace. Currently it is a bit limited and requires python skills. Also it probably won't fit your case - you can push only numeric values (timeseries metrics) to dynatrace using this API.
Also it's not clear what actions you want to take. Since dynatrace does not allow to execute anything on monitored systems, you are limited to sending alerts/displaying notification out of dynatrace.

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

johan_meyer
Newcomer

Hi @Leo L, I was just wondering if you ever managed to get any joy with this?


Featured Posts