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

Difference between MSSQL extension and database services

leonatay
Guide

Hi community, just want to understand more, if I configured some MSSQL extensions in Dynatrace, will it be shown in the "database services" tab? 

I'm confused by the concept and purpose of the 2 because the metrics are also different- for database service there are Response time, Failure rate, and Throughput, while for mssql extension metrics there are a lot more such as General statistics, Latch metrics, Lock statistics, SQL statistics, Memory statistics, Database statistics, Buffer Manager statistics. 

 

Appreciate any enlightenment, thank you!

1 REPLY 1

MateuszKacprzak
Dynatrace Helper
Dynatrace Helper

Hi @leonatay,

 

It will not be shown in the "database services" tab. Under the Database Services tab you will find the data that is collected from the database client side. For instance, response time is a time that database needed to return data to the client application.

 

MSSQL Extension (Extensions 2.0) means deeper monitoring of the database. Like you mentioned Latch metrics, Lock statistics etc. The data can be collected because the extension pulls it directly from the database by executing special performance queries.

 

Best Regards,

Mateusz

Featured Posts