Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more SQL Server performance metrics #37884

Open
samiura opened this issue Feb 12, 2025 · 3 comments
Open

Add more SQL Server performance metrics #37884

samiura opened this issue Feb 12, 2025 · 3 comments
Assignees
Labels
enhancement New feature or request receiver/sqlserver

Comments

@samiura
Copy link
Contributor

samiura commented Feb 12, 2025

Component(s)

receiver/sqlserver

Describe the issue you're reporting

Added more performance metrics with the existing query. These metrics were already fetched with the existing query but are not registered as metrics. This issue will bring all these metrics which are already scraped as of now but not registered.

  • sqlserver.active.temp.tables
    
  • sqlserver.backup_or_restore
    
  • sqlserver.replica_sent
    
  • sqlserver.replica_received
    
  • sqlserver.execution_errors
    
  • sqlserver.free_list_stalls
    
  • sqlserver.free_space_tempdb
    
  • sqlserver.full_scans
    
  • sqlserver.index_searches:
    
  • sqlserver.lock_timeouts:
    
  • sqlserver.logins
    
  • sqlserver.logouts
    
  • sqlserver.deadlocks:
    
  • sqlserver.mirror_write_transaction:
    
  • sqlserver.memory_grants_pending:
    
  • sqlserver.page_lookups:
    
  • sqlserver.transaction_delays:
    
  • sqlserver.used_memory
    
  • sqlserver.version_store_size
    
@samiura samiura added the needs triage New item requiring triage label Feb 12, 2025
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@samiura
Copy link
Contributor Author

samiura commented Feb 12, 2025

Please note a PR is already prepared to tackle this issue. Not looking for anyone to work on this one.

@crobert-1
Copy link
Member

Makes sense to me, we'll disable all of these metrics by default. Metric names can be discussed in the PR.

@crobert-1 crobert-1 added enhancement New feature or request and removed needs triage New item requiring triage labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request receiver/sqlserver
Projects
None yet
Development

No branches or pull requests

2 participants