Make dependencyName
in SQL dependency tracking more unique
#419
Labels
application-insights
All issues related to Azure Application Insights
dependencies
All issues related to dependencies
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
Is your feature request related to a problem? Please describe.
In a previous release, we made sure that we could pass-in a pseudo SQL command because it is quite common to interact with multiple SQL tables in a realistic application (JOIN, multiple SELECT...).
Although, this change cased a more general
dependencyName
for SQL dependency tracking, which messed up the performance overview as all dependency tracking is now under the samedatabaseName
.Describe the solution you'd like
We should make sure that we again make the SQL dependency tracking more unique. We could do this by adding (for example) the pseudo SQL command to the
dependencyName
.<databaseName>/<sqlCommand
Orders/SELECT OrderId FROM Orders
Discovered by @pim-simons .
The text was updated successfully, but these errors were encountered: