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

Database service and the link to host and process

henk_stobbe
DynaMight Champion
DynaMight Champion

Hello,

 

I understand that Dynatrace defines a database by name or schema, vendor, ip and port number. This means when you install an oneagent on that database host (infra mode), dynatrace shows the host and process where the database runs as links. Perfect!

 

But sometimes this failes, then they are not visible (or only the host is visible).

 

I understand that the ip number is used on both ends to make the host connection to the database, but for the process I am not sure. I figured that it is done by port number, but I have seen this is not always the case.

 

Who knows how this is done?

 

KR Henk 

3 REPLIES 3

harald_berger
Dynatrace Champion
Dynatrace Champion

Hi Henk,

For a Java process the JDBC sensor extracts all the information from the connection URL, which usually contains host (resolved via DNS), port, schema, etc. There might be unknown JDBC URLs or unsupported connection pools, where the agent cannot extract this data and so no link can be determined even when an agent is running on the DB host.

regards

Harry

Which pools are supported ? I use a RoutingDataSource and i only get the master connection information. Can you elaborate how and when the information is extracted ? 

Hi,

Spring's RoutingDataSource can handle multiple endpoints dynamically. OneAgent can only extract the information from the first connect (master)

regards

Harry

Featured Posts