Skip to content

Sql Server - remove tag "database_name" is some collectors #7724

@Trovalo

Description

@Trovalo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/sqlserverfeature requestRequests for new plugin and for new features to existing plugins

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions