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

[metricbeat mssql] buffer cache hit ratio calculations for performance metrics #36876

Closed
muthu-mps opened this issue Oct 17, 2023 · 1 comment · Fixed by #40022
Closed

[metricbeat mssql] buffer cache hit ratio calculations for performance metrics #36876

muthu-mps opened this issue Oct 17, 2023 · 1 comment · Fixed by #40022
Labels
Team:Service-Integrations Label for the Service Integrations team

Comments

@muthu-mps
Copy link
Contributor

  • The buffer cache hit ratio is fetched from the mssql performance metrics. For getting the actual ratio we need to calculate the value by buffer_cache_hit_ratio / buffer_cache_hit_ratio_base as mentioned here.
  • The same has been discussed in this issue which is closed. Initiating discussion on this issue to update the ratio calculation.
@muthu-mps
Copy link
Contributor Author

cc: @lalit-satapathy

@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Oct 17, 2023
@lalit-satapathy lalit-satapathy added the Team:Service-Integrations Label for the Service Integrations team label Mar 21, 2024
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Service-Integrations Label for the Service Integrations team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants