Feature Request
In most collectors the "database_name" tag is useless (at least when obtained using DB_NAME() ), since the queries are instance wide and do not use a database scope, so in general it will just return a fixed value, probably "master".
Those are the queries in which the tag looks useless to me.
- PerformanceCounters
- WaitStatsCategorized
- ServerProperties
- MemoryClerk
- Schedulers
- SqlRequests (here the useful tag is called "session_db_name")
Proposal:
Remove the tag "database_name" when not useful
Feature Request
In most collectors the "database_name" tag is useless (at least when obtained using DB_NAME() ), since the queries are instance wide and do not use a database scope, so in general it will just return a fixed value, probably "master".
Those are the queries in which the tag looks useless to me.
Proposal:
Remove the tag "database_name" when not useful